Html Css Color HEX #CCD204 La Rioja

📋 copy color: '#CCD204'

red 204 ◦ green 210 ◦ blue 4

#CCD204
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #CCD204

Tints of La Rioja #CCD204

RGB

 RED value IS 204 (80.08% from 255) = 48.8%

 GREEN value IS 210 (82.42% from 255) = 50.24%

 BLUE value IS 4 (1.95% from 255) = 0.96%

R = 48.8%
G = 50.24%
B = 0.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#CCD204 (or 0xCCD204) is known color: La Rioja. HEX triplet: CC, D2 and 04. RGB value is (204,210,4). Sum of RGB (Red+Green+Blue) = 204+210+4=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 210 (82.42% from 255 or 50.24% from 418); Blue value is 4 (1.95% from 255 or 0.96% from 418); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD204 is #332DFB. Grayscale: #B9B9B9. Windows color (decimal): -3354108 or 316108. OLE color: 316108.

HSL color Cylindrical-coordinate representation of color #CCD204: hue angle of 61.75º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCD204 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 210 4 -
CMYK 0.03 0 0.98 0.18
HSL 61.75º 0.96% 0.42% -
HSV(B) 61.75º 0.98% 0.82% -
XYZ 47.97 58.94 8.96 -
YUV 184.72 26.01 141.75 -
System Red Green Blue C M Y K H S L
Decimal 204 210 4 0.03 0 0.98 0.18 61.75 0.96 0.42
Hex CC D2 4 3 0 62 12 3E 60 2A
Octal 314 322 4 3 0 142 22 76 140 52
Binary 11001100 11010010 100 11 0 1100010 10010 111110 1100000 101010

Color Harmonies of #CCD204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD204

Black with #CCD204

Text Example


Text Example

White with #CCD204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD204; }

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

 H1.HeaderClassName
 {
   color: #CCD204;
 }
 .AnyTagClassName
 {
   color: #CCD204;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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