Html Css Color HEX #D0B113 Bird Flower

📋 copy color: '#D0B113'

red 208 ◦ green 177 ◦ blue 19

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

Shades of Bird Flower #D0B113

Tints of Bird Flower #D0B113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.7%

R = 51.49%
G = 43.81%
B = 4.7%

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

#D0B113 (or 0xD0B113) is known color: Bird Flower. HEX triplet: D0, B1 and 13. RGB value is (208,177,19). Sum of RGB (Red+Green+Blue) = 208+177+19=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0B113 is #2F4EEC. Grayscale: #A8A8A8. Windows color (decimal): -3100397 or 1290704. OLE color: 1290704.

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

Color convert

RGB 208 177 19 -
CMYK 0 0.15 0.91 0.18
HSL 50.16º 0.83% 0.45% -
HSV(B) 50.16º 0.91% 0.82% -
XYZ 41.85 44.9 7.08 -
YUV 168.26 43.77 156.35 -
System Red Green Blue C M Y K H S L
Decimal 208 177 19 0 0.15 0.91 0.18 50.16 0.83 0.45
Hex D0 B1 13 0 F 5B 12 32 53 2D
Octal 320 261 23 0 17 133 22 62 123 55
Binary 11010000 10110001 10011 0 1111 1011011 10010 110010 1010011 101101

Color Harmonies of #D0B113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B113

Black with #D0B113

Text Example


Text Example

White with #D0B113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B113; }

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

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

background-color css

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

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

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

border-color css

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

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

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