#CCCA00

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

Shades of La Rioja #CCCA00

Tints of La Rioja #CCCA00

Color information

#CCCA00 (or 0xCCCA00) is unknown color: approx La Rioja. HEX triplet: CC, CA and 00. RGB value is (204,202,0). Sum of RGB (Red+Green+Blue) = 204+202+0=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 202 (79.30% from 255 or 49.75% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCA00 is #3335FF. Grayscale: #B4B4B4. Windows color (decimal): -3356160 or 51916. OLE color: 51916.

HSL color Cylindrical-coordinate representation of color #CCCA00: hue angle of 59.41º 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 #CCCA00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB2042020-
CMYK00.0110.2
HSL59.41º100%40%-
HSV(B)59.41º100%80%-
XYZ46.0255.088.21-
YUV179.5726.66145.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.25%
GREEN value IS 202 (79.30% from 255) = 49.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.25%
G=49.75%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204202000.0110.259.4110040
HexCCCA00164143b6428
Octal314312001144247314450
Binary11001100110010100011100100101001110111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCA00; }

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

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

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

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

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

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

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

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