#CCCB00

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

Shades of La Rioja #CCCB00

Tints of La Rioja #CCCB00

Color information

#CCCB00 (or 0xCCCB00) is unknown color: approx La Rioja. HEX triplet: CC, CB and 00. RGB value is (204,203,0). Sum of RGB (Red+Green+Blue) = 204+203+0=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCB00 is #3334FF. Grayscale: #B4B4B4. Windows color (decimal): -3355904 or 52172. OLE color: 52172.

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

Color convert

RGB2042030-
CMYK00.0010.2
HSL59.71º100%40%-
HSV(B)59.71º100%80%-
XYZ46.2655.558.28-
YUV180.1626.33145.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.12%
GREEN value IS 203 (79.69% from 255) = 49.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.12%
G=49.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204203000.0010.259.7110040
HexCCCB00064143c6428
Octal314313000144247414450
Binary11001100110010110001100100101001111001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB00; }

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

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

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

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

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

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

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

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