Html Css Color HEX #CCD604 La Rioja

📋 copy color: '#CCD604'

red 204 ◦ green 214 ◦ blue 4

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

Shades of La Rioja #CCD604

Tints of La Rioja #CCD604

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.71%

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

R = 48.34%
G = 50.71%
B = 0.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#CCD604 (or 0xCCD604) is known color: La Rioja. HEX triplet: CC, D6 and 04. RGB value is (204,214,4). Sum of RGB (Red+Green+Blue) = 204+214+4=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 214 (83.98% from 255 or 50.71% from 422); Blue value is 4 (1.95% from 255 or 0.95% from 422); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD604 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD604 is #3329FB. Grayscale: #BBBBBB. Windows color (decimal): -3353084 or 317132. OLE color: 317132.

HSL color Cylindrical-coordinate representation of color #CCD604: hue angle of 62.86º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCD604 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 214 4 -
CMYK 0.05 0 0.98 0.16
HSL 62.86º 0.96% 0.43% -
HSV(B) 62.86º 0.98% 0.84% -
XYZ 48.97 60.94 9.3 -
YUV 187.07 24.69 140.08 -
System Red Green Blue C M Y K H S L
Decimal 204 214 4 0.05 0 0.98 0.16 62.86 0.96 0.43
Hex CC D6 4 5 0 62 10 3F 60 2B
Octal 314 326 4 5 0 142 20 77 140 53
Binary 11001100 11010110 100 101 0 1100010 10000 111111 1100000 101011

Color Harmonies of #CCD604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD604

Black with #CCD604

Text Example


Text Example

White with #CCD604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD604; }

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

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

background-color css

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

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

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

border-color css

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

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

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