#D5B60C

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

Shades of Bird Flower #D5B60C

Tints of Bird Flower #D5B60C

Color information

#D5B60C (or 0xD5B60C) is unknown color: approx Bird Flower. HEX triplet: D5, B6 and 0C. RGB value is (213,182,12). Sum of RGB (Red+Green+Blue) = 213+182+12=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5B60C is #2A49F3. Grayscale: #ACACAC. Windows color (decimal): -2771444 or 833237. OLE color: 833237.

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

Color convert

RGB21318212-
CMYK00.150.940.16
HSL50.75º89.33%44.12%-
HSV(B)50.75º94.37%83.53%-
XYZ44.2347.637.21-
YUV171.8937.77157.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.33%
GREEN value IS 182 (71.48% from 255) = 44.72%
BLUE value IS 12 (5.08% from 255) = 2.95%
R=52.33%
G=44.72%
B=2.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131821200.150.940.1650.7589.3344.12
HexD5B6C0F5E1033592c
Octal32526614017136206313154
Binary11010101101101101100011111011110100001100111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B60C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B60C; }

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

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

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

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

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

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

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

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