#CCCD00

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

Shades of La Rioja #CCCD00

Tints of La Rioja #CCCD00

Color information

#CCCD00 (or 0xCCCD00) is unknown color: approx La Rioja. HEX triplet: CC, CD and 00. RGB value is (204,205,0). Sum of RGB (Red+Green+Blue) = 204+205+0=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCD00 is #3332FF. Grayscale: #B6B6B6. Windows color (decimal): -3355392 or 52684. OLE color: 52684.

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

Color convert

RGB2042050-
CMYK0.00010.20
HSL60.29º100%40.2%-
HSV(B)60.29º100%80.39%-
XYZ46.7356.58.44-
YUV181.3325.67144.17-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20420500.00010.2060.2910040.2
HexCCCD00064143c6428
Octal314315000144247414450
Binary11001100110011010001100100101001111001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCD00; }

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

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

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

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

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

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

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

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