Html Css Color HEX #D0B619 Bird Flower

📋 copy color: '#D0B619'

red 208 ◦ green 182 ◦ blue 25

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

Shades of Bird Flower #D0B619

Tints of Bird Flower #D0B619

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 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

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

RGB 208 182 25 -
CMYK 0 0.12 0.88 0.18
HSL 51.48º 0.79% 0.46% -
HSV(B) 51.48º 0.88% 0.82% -
XYZ 42.92 46.94 7.72 -
YUV 171.88 45.11 153.77 -
System Red Green Blue C M Y K H S L
Decimal 208 182 25 0 0.12 0.88 0.18 51.48 0.79 0.46
Hex D0 B6 19 0 C 58 12 33 4F 2E
Octal 320 266 31 0 14 130 22 63 117 56
Binary 11010000 10110110 11001 0 1100 1011000 10010 110011 1001111 101110

Color Harmonies of #D0B619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B619

Black with #D0B619

Text Example


Text Example

White with #D0B619

Text Example


Text Example

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