Html Css Color HEX #CCD002 La Rioja

📋 copy color: '#CCD002'

red 204 ◦ green 208 ◦ blue 2

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

Shades of La Rioja #CCD002

Tints of La Rioja #CCD002

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.24%

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 49.28%
G = 50.24%
B = 0.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#CCD002 (or 0xCCD002) is known color: La Rioja. HEX triplet: CC, D0 and 02. RGB value is (204,208,2). Sum of RGB (Red+Green+Blue) = 204+208+2=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 208 (81.64% from 255 or 50.24% from 414); Blue value is 2 (1.17% from 255 or 0.48% from 414); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD002 is #332FFD. Grayscale: #B8B8B8. Windows color (decimal): -3354622 or 184524. OLE color: 184524.

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

Color convert

RGB 204 208 2 -
CMYK 0.02 0 0.99 0.18
HSL 61.17º 0.98% 0.41% -
HSV(B) 61.17º 0.99% 0.82% -
XYZ 47.47 57.95 8.74 -
YUV 183.32 25.67 142.75 -
System Red Green Blue C M Y K H S L
Decimal 204 208 2 0.02 0 0.99 0.18 61.17 0.98 0.41
Hex CC D0 2 2 0 63 12 3D 62 29
Octal 314 320 2 2 0 143 22 75 142 51
Binary 11001100 11010000 10 10 0 1100011 10010 111101 1100010 101001

Color Harmonies of #CCD002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD002

Black with #CCD002

Text Example


Text Example

White with #CCD002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD002; }

 p { color: rgb(204,208,2); }

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

background-color css

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

 a { background-color: rgb(204,208,2); }

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

border-color css

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

 span { border-color: rgb(204,208,2); }

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