Html Css Color HEX #D09B16 Galliano

📋 copy color: '#D09B16'

red 208 ◦ green 155 ◦ blue 22

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

Shades of Galliano #D09B16

Tints of Galliano #D09B16

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.26%

 BLUE value IS 22 (8.98% from 255) = 5.71%

R = 54.03%
G = 40.26%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D09B16 (or 0xD09B16) is known color: Galliano. HEX triplet: D0, 9B and 16. RGB value is (208,155,22). Sum of RGB (Red+Green+Blue) = 208+155+22=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 22 (8.98% from 255 or 5.71% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09B16 is #2F64E9. Grayscale: #9C9C9C. Windows color (decimal): -3106026 or 1481680. OLE color: 1481680.

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

Color convert

RGB 208 155 22 -
CMYK 0 0.25 0.89 0.18
HSL 42.9º 0.81% 0.45% -
HSV(B) 42.9º 0.89% 0.82% -
XYZ 37.88 36.91 5.89 -
YUV 155.69 52.56 165.31 -
System Red Green Blue C M Y K H S L
Decimal 208 155 22 0 0.25 0.89 0.18 42.9 0.81 0.45
Hex D0 9B 16 0 19 59 12 2B 51 2D
Octal 320 233 26 0 31 131 22 53 121 55
Binary 11010000 10011011 10110 0 11001 1011001 10010 101011 1010001 101101

Color Harmonies of #D09B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09B16

Black with #D09B16

Text Example


Text Example

White with #D09B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09B16; }

 p { color: rgb(208,155,22); }

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

background-color css

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

 a { background-color: rgb(208,155,22); }

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

border-color css

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

 span { border-color: rgb(208,155,22); }

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