Html Css Color HEX #D09A17 Galliano

📋 copy color: '#D09A17'

red 208 ◦ green 154 ◦ blue 23

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

Shades of Galliano #D09A17

Tints of Galliano #D09A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.97%

R = 54.03%
G = 40%
B = 5.97%

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

#D09A17 (or 0xD09A17) is known color: Galliano. HEX triplet: D0, 9A and 17. RGB value is (208,154,23). Sum of RGB (Red+Green+Blue) = 208+154+23=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 23 (9.38% from 255 or 5.97% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09A17 is #2F65E8. Grayscale: #9B9B9B. Windows color (decimal): -3106281 or 1546960. OLE color: 1546960.

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

Color convert

RGB 208 154 23 -
CMYK 0 0.26 0.89 0.18
HSL 42.49º 0.8% 0.45% -
HSV(B) 42.49º 0.89% 0.82% -
XYZ 37.72 36.58 5.88 -
YUV 155.21 53.39 165.65 -
System Red Green Blue C M Y K H S L
Decimal 208 154 23 0 0.26 0.89 0.18 42.49 0.8 0.45
Hex D0 9A 17 0 1A 59 12 2A 50 2D
Octal 320 232 27 0 32 131 22 52 120 55
Binary 11010000 10011010 10111 0 11010 1011001 10010 101010 1010000 101101

Color Harmonies of #D09A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09A17

Black with #D09A17

Text Example


Text Example

White with #D09A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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