#CDB008

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

Shades of Bird Flower #CDB008

Tints of Bird Flower #CDB008

Color information

#CDB008 (or 0xCDB008) is unknown color: approx Bird Flower. HEX triplet: CD, B0 and 08. RGB value is (205,176,8). Sum of RGB (Red+Green+Blue) = 205+176+8=389 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.70% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 8 (3.52% from 255 or 2.06% from 389); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB008 is #324FF7. Grayscale: #A6A6A6. Windows color (decimal): -3297272 or 569549. OLE color: 569549.

HSL color Cylindrical-coordinate representation of color #CDB008: hue angle of 51.17º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDB008 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB2051768-
CMYK00.140.960.20
HSL51.17º92.49%41.76%-
HSV(B)51.17º96.1%80.39%-
XYZ40.7544.056.58-
YUV165.5239.11156.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.70%
GREEN value IS 176 (69.14% from 255) = 45.24%
BLUE value IS 8 (3.52% from 255) = 2.06%
R=52.70%
G=45.24%
B=2.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.96
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205176800.140.960.2051.1792.4941.76
HexCDB080E6014335c2a
Octal31526010016140246313452
Binary11001101101100001000011101100000101001100111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB008; }

 p { color: rgb(205,176,8); }

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

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

 a { background-color: rgb(205,176,8); }

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

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

 span { border-color: rgb(205,176,8); }

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