#CDAB00

Color #CDAB00 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CDAB00

Tints of Bird Flower #CDAB00

Color information

#CDAB00 (or 0xCDAB00) is unknown color: approx Bird Flower. HEX triplet: CD, AB and 00. RGB value is (205,171,0). Sum of RGB (Red+Green+Blue) = 205+171+0=376 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.52% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDAB00 is #3254FF. Grayscale: #A2A2A2. Windows color (decimal): -3298560 or 43981. OLE color: 43981.

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

Color convert

RGB2051710-
CMYK00.1710.20
HSL50.05º100%40.2%-
HSV(B)50.05º100%80.39%-
XYZ39.7442.16.03-
YUV161.6736.76158.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.52%
GREEN value IS 171 (67.19% from 255) = 45.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.52%
G=45.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 1
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205171000.1710.2050.0510040.2
HexCDAB00116414326428
Octal3152530021144246214450
Binary110011011010101100100011100100101001100101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAB00; }

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

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

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

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

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

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

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

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