#D0AB04

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

Shades of Bird Flower #D0AB04

Tints of Bird Flower #D0AB04

Color information

#D0AB04 (or 0xD0AB04) is unknown color: approx Bird Flower. HEX triplet: D0, AB and 04. RGB value is (208,171,4). Sum of RGB (Red+Green+Blue) = 208+171+4=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 4 (1.95% from 255 or 1.04% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AB04 is #2F54FB. Grayscale: #A3A3A3. Windows color (decimal): -3101948 or 306128. OLE color: 306128.

HSL color Cylindrical-coordinate representation of color #D0AB04: hue angle of 49.12º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0AB04 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB2081714-
CMYK00.180.980.18
HSL49.12º96.23%41.57%-
HSV(B)49.12º98.08%81.57%-
XYZ40.642.546.19-
YUV163.0238.26160.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.31%
GREEN value IS 171 (67.19% from 255) = 44.65%
BLUE value IS 4 (1.95% from 255) = 1.04%
R=54.31%
G=44.65%
B=1.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.98
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208171400.180.980.1849.1296.2341.57
HexD0AB4012621231602a
Octal3202534022142226114052
Binary11010000101010111000100101100010100101100011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AB04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AB04; }

 p { color: rgb(208,171,4); }

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

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

 a { background-color: rgb(208,171,4); }

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

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

 span { border-color: rgb(208,171,4); }

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