#CDB20F

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

Shades of Bird Flower #CDB20F

Tints of Bird Flower #CDB20F

Color information

#CDB20F (or 0xCDB20F) is unknown color: approx Bird Flower. HEX triplet: CD, B2 and 0F. RGB value is (205,178,15). Sum of RGB (Red+Green+Blue) = 205+178+15=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB20F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB20F is #324DF0. Grayscale: #A8A8A8. Windows color (decimal): -3296753 or 1028813. OLE color: 1028813.

HSL color Cylindrical-coordinate representation of color #CDB20F: hue angle of 51.47º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDB20F is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB20517815-
CMYK00.130.930.20
HSL51.47º86.36%43.14%-
HSV(B)51.47º92.68%80.39%-
XYZ41.1844.856.94-
YUV167.4941.95154.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.51%
GREEN value IS 178 (69.92% from 255) = 44.72%
BLUE value IS 15 (6.25% from 255) = 3.77%
R=51.51%
G=44.72%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051781500.130.930.2051.4786.3643.14
HexCDB2F0D5D1433562b
Octal31526217015135246312653
Binary11001101101100101111011011011101101001100111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB20F; }

 p { color: rgb(205,178,15); }

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

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

 a { background-color: rgb(205,178,15); }

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

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

 span { border-color: rgb(205,178,15); }

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