Html Css Color HEX #CCD200 La Rioja

📋 copy color: '#CCD200'

red 204 ◦ green 210 ◦ blue 0

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

Shades of La Rioja #CCD200

Tints of La Rioja #CCD200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.28%
G = 50.72%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#CCD200 (or 0xCCD200) is known color: La Rioja. HEX triplet: CC, D2 and 00. RGB value is (204,210,0). Sum of RGB (Red+Green+Blue) = 204+210+0=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 210 (82.42% from 255 or 50.72% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD200 is #332DFF. Grayscale: #B9B9B9. Windows color (decimal): -3354112 or 53964. OLE color: 53964.

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

Color convert

RGB 204 210 0 -
CMYK 0.03 0 1 0.18
HSL 61.71º 1% 0.41% -
HSV(B) 61.71º 1% 0.82% -
XYZ 47.95 58.93 8.85 -
YUV 184.27 24.01 142.08 -
System Red Green Blue C M Y K H S L
Decimal 204 210 0 0.03 0 1 0.18 61.71 1 0.41
Hex CC D2 0 3 0 64 12 3E 64 29
Octal 314 322 0 3 0 144 22 76 144 51
Binary 11001100 11010010 0 11 0 1100100 10010 111110 1100100 101001

Color Harmonies of #CCD200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD200

Black with #CCD200

Text Example


Text Example

White with #CCD200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD200; }

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

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

background-color css

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

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

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

border-color css

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

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

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