Html Css Color HEX #D09F17 Galliano

📋 copy color: '#D09F17'

red 208 ◦ green 159 ◦ blue 23

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

Shades of Galliano #D09F17

Tints of Galliano #D09F17

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.77%

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

R = 53.33%
G = 40.77%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D09F17 (or 0xD09F17) is known color: Galliano. HEX triplet: D0, 9F and 17. RGB value is (208,159,23). Sum of RGB (Red+Green+Blue) = 208+159+23=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 23 (9.38% from 255 or 5.90% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09F17 is #2F60E8. Grayscale: #9E9E9E. Windows color (decimal): -3105001 or 1548240. OLE color: 1548240.

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

Color convert

RGB 208 159 23 -
CMYK 0 0.24 0.89 0.18
HSL 44.11º 0.8% 0.45% -
HSV(B) 44.11º 0.89% 0.82% -
XYZ 38.57 38.27 6.16 -
YUV 158.15 51.73 163.56 -
System Red Green Blue C M Y K H S L
Decimal 208 159 23 0 0.24 0.89 0.18 44.11 0.8 0.45
Hex D0 9F 17 0 18 59 12 2C 50 2D
Octal 320 237 27 0 30 131 22 54 120 55
Binary 11010000 10011111 10111 0 11000 1011001 10010 101100 1010000 101101

Color Harmonies of #D09F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09F17

Black with #D09F17

Text Example


Text Example

White with #D09F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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