#D0B819

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

Shades of Bird Flower #D0B819

Tints of Bird Flower #D0B819

Color information

#D0B819 (or 0xD0B819) is unknown color: approx Bird Flower. HEX triplet: D0, B8 and 19. RGB value is (208,184,25). Sum of RGB (Red+Green+Blue) = 208+184+25=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B819 is #2F47E6. Grayscale: #ADADAD. Windows color (decimal): -3098599 or 1685712. OLE color: 1685712.

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

Color convert

RGB20818425-
CMYK00.120.880.18
HSL52.13º78.54%45.69%-
HSV(B)52.13º87.98%81.57%-
XYZ43.3347.767.85-
YUV173.0544.45152.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.88%
GREEN value IS 184 (72.27% from 255) = 44.12%
BLUE value IS 25 (10.16% from 255) = 6.00%
R=49.88%
G=44.12%
B=6.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081842500.120.880.1852.1378.5445.69
HexD0B8190C5812344f2e
Octal32027031014130226411756
Binary110100001011100011001011001011000100101101001001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B819; }

 p { color: rgb(208,184,25); }

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

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

 a { background-color: rgb(208,184,25); }

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

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

 span { border-color: rgb(208,184,25); }

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