Html Css Color HEX #D09D17 Galliano

📋 copy color: '#D09D17'

red 208 ◦ green 157 ◦ blue 23

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

Shades of Galliano #D09D17

Tints of Galliano #D09D17

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.46%

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

R = 53.61%
G = 40.46%
B = 5.93%

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

#D09D17 (or 0xD09D17) is known color: Galliano. HEX triplet: D0, 9D and 17. RGB value is (208,157,23). Sum of RGB (Red+Green+Blue) = 208+157+23=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 157 (61.72% from 255 or 40.46% from 388); Blue value is 23 (9.38% from 255 or 5.93% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09D17 is #2F62E8. Grayscale: #9D9D9D. Windows color (decimal): -3105513 or 1547728. OLE color: 1547728.

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

Color convert

RGB 208 157 23 -
CMYK 0 0.25 0.89 0.18
HSL 43.46º 0.8% 0.45% -
HSV(B) 43.46º 0.89% 0.82% -
XYZ 38.22 37.59 6.05 -
YUV 156.97 52.4 164.4 -
System Red Green Blue C M Y K H S L
Decimal 208 157 23 0 0.25 0.89 0.18 43.46 0.8 0.45
Hex D0 9D 17 0 19 59 12 2B 50 2D
Octal 320 235 27 0 31 131 22 53 120 55
Binary 11010000 10011101 10111 0 11001 1011001 10010 101011 1010000 101101

Color Harmonies of #D09D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09D17

Black with #D09D17

Text Example


Text Example

White with #D09D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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