#D0B719

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

Shades of Bird Flower #D0B719

Tints of Bird Flower #D0B719

Color information

#D0B719 (or 0xD0B719) is unknown color: approx Bird Flower. HEX triplet: D0, B7 and 19. RGB value is (208,183,25). Sum of RGB (Red+Green+Blue) = 208+183+25=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 25 (10.16% from 255 or 6.01% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B719 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B719 is #2F48E6. Grayscale: #ADADAD. Windows color (decimal): -3098855 or 1685456. OLE color: 1685456.

HSL color Cylindrical-coordinate representation of color #D0B719: hue angle of 51.8º 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 #D0B719 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB20818325-
CMYK00.120.880.18
HSL51.8º78.54%45.69%-
HSV(B)51.8º87.98%81.57%-
XYZ43.1247.357.79-
YUV172.4644.78153.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50%
GREEN value IS 183 (71.88% from 255) = 43.99%
BLUE value IS 25 (10.16% from 255) = 6.01%
R=50%
G=43.99%
B=6.01%

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
Decimal2081832500.120.880.1851.878.5445.69
HexD0B7190C5812344f2e
Octal32026731014130226411756
Binary110100001011011111001011001011000100101101001001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B719; }

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

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

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

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

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

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

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

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