#ccdb04

Color #CCDB04 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #CCDB04

Tints of La Rioja #CCDB04

Color information

#CCDB04 (or 0xCCDB04) is unknown color: approx La Rioja. HEX triplet: CC, DB and 04. RGB value is (204,219,4). Sum of RGB (Red+Green+Blue) = 204+219+4=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 219 (85.94% from 255 or 51.29% from 427); Blue value is 4 (1.95% from 255 or 0.94% from 427); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDB04 is #3324FB. Grayscale: #BEBEBE. Windows color (decimal): -3351804 or 318412. OLE color: 318412.

HSL color Cylindrical-coordinate representation of color #CCDB04: hue angle of 64.19º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCDB04 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB2042194-
CMYK0.0700.980.14
HSL64.19º96.41%43.73%-
HSV(B)64.19º98.17%85.88%-
XYZ50.2663.519.72-
YUV19023.03137.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 47.78%
GREEN value IS 219 (85.94% from 255) = 51.29%
BLUE value IS 4 (1.95% from 255) = 0.94%
R=47.78%
G=51.29%
B=0.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal20421940.0700.980.1464.1996.4143.73
HexCCDB47062E40602c
Octal3143334701421610014054
Binary110011001101101110011101100010111010000001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccdb04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccdb04; }

 p { color: rgb(204,219,4); }

 H1.HeaderClassName
 {
   color: #ccdb04;
 }
 .AnyTagClassName
 {
   color: #ccdb04;
 }
</style>
background-color css

<style>
 a { background-color: #ccdb04; }

 a { background-color: rgb(204,219,4); }

 div.DivClassName
 {
   background-color: #ccdb04;
 }
 .BgClassName
 {
   background-color: #ccdb04;
 }
</style>
border-color css

<style>
 span { border-color: #ccdb04; }

 span { border-color: rgb(204,219,4); }

 td.TdClassName
 {
   border-color: #ccdb04;
 }
 .TagClassName
 {
   border-color: #ccdb04;
 }
</style>