#D0B619

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

Shades of Bird Flower #D0B619

Tints of Bird Flower #D0B619

Color information

#D0B619 (or 0xD0B619) is unknown color: approx Bird Flower. HEX triplet: D0, B6 and 19. RGB value is (208,182,25). Sum of RGB (Red+Green+Blue) = 208+182+25=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 182 (71.48% from 255 or 43.86% from 415); Blue value is 25 (10.16% from 255 or 6.02% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B619 is #2F49E6. Grayscale: #ACACAC. Windows color (decimal): -3099111 or 1685200. OLE color: 1685200.

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

Color convert

RGB20818225-
CMYK00.120.880.18
HSL51.48º78.54%45.69%-
HSV(B)51.48º87.98%81.57%-
XYZ42.9246.947.72-
YUV171.8845.11153.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.12%
GREEN value IS 182 (71.48% from 255) = 43.86%
BLUE value IS 25 (10.16% from 255) = 6.02%
R=50.12%
G=43.86%
B=6.02%

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
Decimal2081822500.120.880.1851.4878.5445.69
HexD0B6190C5812334f2e
Octal32026631014130226311756
Binary110100001011011011001011001011000100101100111001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B619; }

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

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

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

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

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

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

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

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