#CCDA01

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

Shades of La Rioja #CCDA01

Tints of La Rioja #CCDA01

Color information

#CCDA01 (or 0xCCDA01) is unknown color: approx La Rioja. HEX triplet: CC, DA and 01. RGB value is (204,218,1). Sum of RGB (Red+Green+Blue) = 204+218+1=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 1 (0.78% from 255 or 0.24% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDA01 is #3325FE. Grayscale: #BDBDBD. Windows color (decimal): -3352063 or 121548. OLE color: 121548.

HSL color Cylindrical-coordinate representation of color #CCDA01: hue angle of 63.87º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCDA01 is Cyan = 0.06, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB2042181-
CMYK0.0601.000.15
HSL63.87º99.09%42.94%-
HSV(B)63.87º99.54%85.49%-
XYZ49.9862.989.55-
YUV189.0821.86138.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.23%
GREEN value IS 218 (85.55% from 255) = 51.54%
BLUE value IS 1 (0.78% from 255) = 0.24%
R=48.23%
G=51.54%
B=0.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal20421810.0601.000.1563.8799.0942.94
HexCCDA16064F40632b
Octal3143321601441710014353
Binary1100110011011010111001100100111110000001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDA01; }

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

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

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

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

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

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

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

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