Html Css Color HEX #D09A16 Galliano

📋 copy color: '#D09A16'

red 208 ◦ green 154 ◦ blue 22

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

Shades of Galliano #D09A16

Tints of Galliano #D09A16

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.1%

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

R = 54.17%
G = 40.1%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D09A16 (or 0xD09A16) is known color: Galliano. HEX triplet: D0, 9A and 16. RGB value is (208,154,22). Sum of RGB (Red+Green+Blue) = 208+154+22=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09A16 is #2F65E9. Grayscale: #9B9B9B. Windows color (decimal): -3106282 or 1481424. OLE color: 1481424.

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

Color convert

RGB 208 154 22 -
CMYK 0 0.26 0.89 0.18
HSL 42.58º 0.81% 0.45% -
HSV(B) 42.58º 0.89% 0.82% -
XYZ 37.71 36.58 5.83 -
YUV 155.1 52.89 165.73 -
System Red Green Blue C M Y K H S L
Decimal 208 154 22 0 0.26 0.89 0.18 42.58 0.81 0.45
Hex D0 9A 16 0 1A 59 12 2B 51 2D
Octal 320 232 26 0 32 131 22 53 121 55
Binary 11010000 10011010 10110 0 11010 1011001 10010 101011 1010001 101101

Color Harmonies of #D09A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09A16

Black with #D09A16

Text Example


Text Example

White with #D09A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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