#CCD900

Color #CCD900 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #CCD900

Tints of La Rioja #CCD900

Color information

#CCD900 (or 0xCCD900) is unknown color: approx La Rioja. HEX triplet: CC, D9 and 00. RGB value is (204,217,0). Sum of RGB (Red+Green+Blue) = 204+217+0=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 217 (85.16% from 255 or 51.54% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD900 is #3326FF. Grayscale: #BDBDBD. Windows color (decimal): -3352320 or 55756. OLE color: 55756.

HSL color Cylindrical-coordinate representation of color #CCD900: hue angle of 63.59º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCD900 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB2042170-
CMYK0.06010.15
HSL63.59º100%42.55%-
HSV(B)63.59º100%85.1%-
XYZ49.7162.469.44-
YUV188.3821.69139.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.46%
GREEN value IS 217 (85.16% from 255) = 51.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.46%
G=51.54%
B=0%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal20421700.06010.1563.5910042.55
HexCCD906064F40642b
Octal3143310601441710014453
Binary1100110011011001011001100100111110000001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD900; }

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

 H1.HeaderClassName
 {
   color: #CCD900;
 }
 .AnyTagClassName
 {
   color: #CCD900;
 }
</style>
background-color css

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

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

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

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

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

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