Html Css Color HEX #CCD201 La Rioja

📋 copy color: '#CCD201'

red 204 ◦ green 210 ◦ blue 1

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

Shades of La Rioja #CCD201

Tints of La Rioja #CCD201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 49.16%
G = 50.6%
B = 0.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#CCD201 (or 0xCCD201) is known color: La Rioja. HEX triplet: CC, D2 and 01. RGB value is (204,210,1). Sum of RGB (Red+Green+Blue) = 204+210+1=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 210 (82.42% from 255 or 50.60% from 415); Blue value is 1 (0.78% from 255 or 0.24% from 415); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD201 is #332DFE. Grayscale: #B9B9B9. Windows color (decimal): -3354111 or 119500. OLE color: 119500.

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

Color convert

RGB 204 210 1 -
CMYK 0.03 0 1.00 0.18
HSL 61.72º 0.99% 0.41% -
HSV(B) 61.72º 1% 0.82% -
XYZ 47.95 58.93 8.88 -
YUV 184.38 24.51 141.99 -
System Red Green Blue C M Y K H S L
Decimal 204 210 1 0.03 0 1.00 0.18 61.72 0.99 0.41
Hex CC D2 1 3 0 64 12 3E 63 29
Octal 314 322 1 3 0 144 22 76 143 51
Binary 11001100 11010010 1 11 0 1100100 10010 111110 1100011 101001

Color Harmonies of #CCD201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD201

Black with #CCD201

Text Example


Text Example

White with #CCD201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD201; }

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

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

background-color css

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

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

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

border-color css

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

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

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