Html Css Color HEX #D0B719 Bird Flower

📋 copy color: '#D0B719'

red 208 ◦ green 183 ◦ blue 25

#D0B719
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #D0B719

Tints of Bird Flower #D0B719

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 value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0B719 (or 0xD0B719) is known color: 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

RGB 208 183 25 -
CMYK 0 0.12 0.88 0.18
HSL 51.8º 0.79% 0.46% -
HSV(B) 51.8º 0.88% 0.82% -
XYZ 43.12 47.35 7.79 -
YUV 172.46 44.78 153.35 -
System Red Green Blue C M Y K H S L
Decimal 208 183 25 0 0.12 0.88 0.18 51.8 0.79 0.46
Hex D0 B7 19 0 C 58 12 34 4F 2E
Octal 320 267 31 0 14 130 22 64 117 56
Binary 11010000 10110111 11001 0 1100 1011000 10010 110100 1001111 101110

Color Harmonies of #D0B719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B719

Black with #D0B719

Text Example


Text Example

White with #D0B719

Text Example


Text Example

HTML Codes & Css Web 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>