#D0B61D

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

Shades of Bird Flower #D0B61D

Tints of Bird Flower #D0B61D

Color information

#D0B61D (or 0xD0B61D) is unknown color: approx Bird Flower. HEX triplet: D0, B6 and 1D. RGB value is (208,182,29). Sum of RGB (Red+Green+Blue) = 208+182+29=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 29 (11.72% from 255 or 6.92% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B61D is #2F49E2. Grayscale: #ACACAC. Windows color (decimal): -3099107 or 1947344. OLE color: 1947344.

HSL color Cylindrical-coordinate representation of color #D0B61D: hue angle of 51.28º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0B61D is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB20818229-
CMYK00.120.860.18
HSL51.28º75.53%46.47%-
HSV(B)51.28º86.06%81.57%-
XYZ42.9646.957.96-
YUV172.3347.11153.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.64%
GREEN value IS 182 (71.48% from 255) = 43.44%
BLUE value IS 29 (11.72% from 255) = 6.92%
R=49.64%
G=43.44%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081822900.120.860.1851.2875.5346.47
HexD0B61D0C5612334c2e
Octal32026635014126226311456
Binary110100001011011011101011001010110100101100111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B61D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B61D; }

 p { color: rgb(208,182,29); }

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

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

 a { background-color: rgb(208,182,29); }

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

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

 span { border-color: rgb(208,182,29); }

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