#D5B406

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

Shades of Bird Flower #D5B406

Tints of Bird Flower #D5B406

Color information

#D5B406 (or 0xD5B406) is unknown color: approx Bird Flower. HEX triplet: D5, B4 and 06. RGB value is (213,180,6). Sum of RGB (Red+Green+Blue) = 213+180+6=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 6 (2.73% from 255 or 1.50% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B406 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5B406 is #2A4BF9. Grayscale: #AAAAAA. Windows color (decimal): -2771962 or 439509. OLE color: 439509.

HSL color Cylindrical-coordinate representation of color #D5B406: hue angle of 50.43º 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 #D5B406 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB2131806-
CMYK00.150.970.16
HSL50.43º94.52%42.94%-
HSV(B)50.43º97.18%83.53%-
XYZ43.7946.86.9-
YUV170.0335.43158.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.38%
GREEN value IS 180 (70.70% from 255) = 45.11%
BLUE value IS 6 (2.73% from 255) = 1.50%
R=53.38%
G=45.11%
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
Decimal213180600.150.970.1650.4394.5242.94
HexD5B460F6110325f2b
Octal3252646017141206213753
Binary1101010110110100110011111100001100001100101011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B406; }

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

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

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

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

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

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

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

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