Html Css Color HEX #D0B112 Bird Flower

📋 copy color: '#D0B112'

red 208 ◦ green 177 ◦ blue 18

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

Shades of Bird Flower #D0B112

Tints of Bird Flower #D0B112

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.92%

 BLUE value IS 18 (7.42% from 255) = 4.47%

R = 51.61%
G = 43.92%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D0B112 (or 0xD0B112) is known color: Bird Flower. HEX triplet: D0, B1 and 12. RGB value is (208,177,18). Sum of RGB (Red+Green+Blue) = 208+177+18=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0B112 is #2F4EED. Grayscale: #A8A8A8. Windows color (decimal): -3100398 or 1225168. OLE color: 1225168.

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

Color convert

RGB 208 177 18 -
CMYK 0 0.15 0.91 0.18
HSL 50.21º 0.84% 0.44% -
HSV(B) 50.21º 0.91% 0.82% -
XYZ 41.84 44.9 7.03 -
YUV 168.14 43.27 156.43 -
System Red Green Blue C M Y K H S L
Decimal 208 177 18 0 0.15 0.91 0.18 50.21 0.84 0.44
Hex D0 B1 12 0 F 5B 12 32 54 2C
Octal 320 261 22 0 17 133 22 62 124 54
Binary 11010000 10110001 10010 0 1111 1011011 10010 110010 1010100 101100

Color Harmonies of #D0B112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B112

Black with #D0B112

Text Example


Text Example

White with #D0B112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B112; }

 p { color: rgb(208,177,18); }

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

background-color css

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

 a { background-color: rgb(208,177,18); }

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

border-color css

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

 span { border-color: rgb(208,177,18); }

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