#D5B606

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

Shades of Bird Flower #D5B606

Tints of Bird Flower #D5B606

Color information

#D5B606 (or 0xD5B606) is unknown color: approx Bird Flower. HEX triplet: D5, B6 and 06. RGB value is (213,182,6). Sum of RGB (Red+Green+Blue) = 213+182+6=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 182 (71.48% from 255 or 45.39% from 401); Blue value is 6 (2.73% from 255 or 1.50% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B606 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5B606 is #2A49F9. Grayscale: #ABABAB. Windows color (decimal): -2771450 or 440021. OLE color: 440021.

HSL color Cylindrical-coordinate representation of color #D5B606: hue angle of 51.01º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D5B606 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB2131826-
CMYK00.150.970.16
HSL51.01º94.52%42.94%-
HSV(B)51.01º97.18%83.53%-
XYZ44.247.627.03-
YUV171.234.77157.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.12%
GREEN value IS 182 (71.48% from 255) = 45.39%
BLUE value IS 6 (2.73% from 255) = 1.50%
R=53.12%
G=45.39%
B=1.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.97
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213182600.150.970.1651.0194.5242.94
HexD5B660F6110335f2b
Octal3252666017141206313753
Binary1101010110110110110011111100001100001100111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B606; }

 p { color: rgb(213,182,6); }

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

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

 a { background-color: rgb(213,182,6); }

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

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

 span { border-color: rgb(213,182,6); }

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