Html Css Color HEX #CCD404 La Rioja

📋 copy color: '#CCD404'

red 204 ◦ green 212 ◦ blue 4

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

Shades of La Rioja #CCD404

Tints of La Rioja #CCD404

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.48%

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

R = 48.57%
G = 50.48%
B = 0.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#CCD404 (or 0xCCD404) is known color: La Rioja. HEX triplet: CC, D4 and 04. RGB value is (204,212,4). Sum of RGB (Red+Green+Blue) = 204+212+4=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 212 (83.20% from 255 or 50.48% from 420); Blue value is 4 (1.95% from 255 or 0.95% from 420); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD404 is #332BFB. Grayscale: #BABABA. Windows color (decimal): -3353596 or 316620. OLE color: 316620.

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

Color convert

RGB 204 212 4 -
CMYK 0.04 0 0.98 0.17
HSL 62.31º 0.96% 0.42% -
HSV(B) 62.31º 0.98% 0.83% -
XYZ 48.47 59.93 9.13 -
YUV 185.9 25.35 140.91 -
System Red Green Blue C M Y K H S L
Decimal 204 212 4 0.04 0 0.98 0.17 62.31 0.96 0.42
Hex CC D4 4 4 0 62 11 3E 60 2A
Octal 314 324 4 4 0 142 21 76 140 52
Binary 11001100 11010100 100 100 0 1100010 10001 111110 1100000 101010

Color Harmonies of #CCD404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD404

Black with #CCD404

Text Example


Text Example

White with #CCD404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD404; }

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

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

background-color css

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

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

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

border-color css

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

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

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