Html Css Color HEX #D0BA11 Bird Flower

📋 copy color: '#D0BA11'

red 208 ◦ green 186 ◦ blue 17

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

Shades of Bird Flower #D0BA11

Tints of Bird Flower #D0BA11

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.26%

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

R = 50.61%
G = 45.26%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D0BA11 (or 0xD0BA11) is known color: Bird Flower. HEX triplet: D0, BA and 11. RGB value is (208,186,17). Sum of RGB (Red+Green+Blue) = 208+186+17=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 17 (7.03% from 255 or 4.14% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BA11 is #2F45EE. Grayscale: #AEAEAE. Windows color (decimal): -3098095 or 1161936. OLE color: 1161936.

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

Color convert

RGB 208 186 17 -
CMYK 0 0.11 0.92 0.18
HSL 53.09º 0.85% 0.44% -
HSV(B) 53.09º 0.92% 0.82% -
XYZ 43.67 48.57 7.6 -
YUV 173.31 39.79 152.74 -
System Red Green Blue C M Y K H S L
Decimal 208 186 17 0 0.11 0.92 0.18 53.09 0.85 0.44
Hex D0 BA 11 0 B 5C 12 35 55 2C
Octal 320 272 21 0 13 134 22 65 125 54
Binary 11010000 10111010 10001 0 1011 1011100 10010 110101 1010101 101100

Color Harmonies of #D0BA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BA11

Black with #D0BA11

Text Example


Text Example

White with #D0BA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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