Html Css Color HEX #D0B811 Bird Flower

📋 copy color: '#D0B811'

red 208 ◦ green 184 ◦ blue 17

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

Shades of Bird Flower #D0B811

Tints of Bird Flower #D0B811

RGB

 RED value IS 208 (81.64% from 255) = 50.86%

 GREEN value IS 184 (72.27% from 255) = 44.99%

 BLUE value IS 17 (7.03% from 255) = 4.16%

R = 50.86%
G = 44.99%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D0B811 (or 0xD0B811) is known color: Bird Flower. HEX triplet: D0, B8 and 11. RGB value is (208,184,17). Sum of RGB (Red+Green+Blue) = 208+184+17=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 17 (7.03% from 255 or 4.16% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B811 is #2F47EE. Grayscale: #ACACAC. Windows color (decimal): -3098607 or 1161424. OLE color: 1161424.

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

Color convert

RGB 208 184 17 -
CMYK 0 0.12 0.92 0.18
HSL 52.46º 0.85% 0.44% -
HSV(B) 52.46º 0.92% 0.82% -
XYZ 43.25 47.73 7.46 -
YUV 172.14 40.45 153.58 -
System Red Green Blue C M Y K H S L
Decimal 208 184 17 0 0.12 0.92 0.18 52.46 0.85 0.44
Hex D0 B8 11 0 C 5C 12 34 55 2C
Octal 320 270 21 0 14 134 22 64 125 54
Binary 11010000 10111000 10001 0 1100 1011100 10010 110100 1010101 101100

Color Harmonies of #D0B811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B811

Black with #D0B811

Text Example


Text Example

White with #D0B811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B811; }

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

 H1.HeaderClassName
 {
   color: #D0B811;
 }
 .AnyTagClassName
 {
   color: #D0B811;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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