#CCCC00

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

Shades of La Rioja #CCCC00

Tints of La Rioja #CCCC00

Color information

#CCCC00 (or 0xCCCC00) is unknown color: approx La Rioja. HEX triplet: CC, CC and 00. RGB value is (204,204,0). Sum of RGB (Red+Green+Blue) = 204+204+0=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC00 is a web safe color. Inversed color of #CCCC00 is #3333FF. Grayscale: #B5B5B5. Windows color (decimal): -3355648 or 52428. OLE color: 52428.

HSL color Cylindrical-coordinate representation of color #CCCC00: hue angle of 60º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCCC00 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB2042040-
CMYK0010.2
HSL60º100%40%-
HSV(B)60º100%80%-
XYZ46.4956.028.36-
YUV180.7426144.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50%
GREEN value IS 204 (80.08% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420400010.26010040
HexCCCC00064143c6428
Octal314314000144247414450
Binary11001100110011000001100100101001111001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCC00; }

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

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

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

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

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

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

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

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