#CCD001

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

Shades of La Rioja #CCD001

Tints of La Rioja #CCD001

Color information

#CCD001 (or 0xCCD001) is unknown color: approx La Rioja. HEX triplet: CC, D0 and 01. RGB value is (204,208,1). Sum of RGB (Red+Green+Blue) = 204+208+1=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 1 (0.78% from 255 or 0.24% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD001 is #332FFE. Grayscale: #B8B8B8. Windows color (decimal): -3354623 or 118988. OLE color: 118988.

HSL color Cylindrical-coordinate representation of color #CCD001: hue angle of 61.16º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCD001 is Cyan = 0.02, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB2042081-
CMYK0.0201.000.18
HSL61.16º99.04%40.98%-
HSV(B)61.16º99.52%81.57%-
XYZ47.4657.958.71-
YUV183.2125.17142.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.39%
GREEN value IS 208 (81.64% from 255) = 50.36%
BLUE value IS 1 (0.78% from 255) = 0.24%
R=49.39%
G=50.36%
B=0.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20420810.0201.000.1861.1699.0440.98
HexCCD012064123d6329
Octal314320120144227514351
Binary110011001101000011001100100100101111011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD001; }

 p { color: rgb(204,208,1); }

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

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

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

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

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

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

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