Html Css Color HEX #D09C18 Galliano

📋 copy color: '#D09C18'

red 208 ◦ green 156 ◦ blue 24

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

Shades of Galliano #D09C18

Tints of Galliano #D09C18

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.21%

 BLUE value IS 24 (9.77% from 255) = 6.19%

R = 53.61%
G = 40.21%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D09C18 (or 0xD09C18) is known color: Galliano. HEX triplet: D0, 9C and 18. RGB value is (208,156,24). Sum of RGB (Red+Green+Blue) = 208+156+24=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 24 (9.77% from 255 or 6.19% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09C18 is #2F63E7. Grayscale: #9D9D9D. Windows color (decimal): -3105768 or 1613008. OLE color: 1613008.

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

Color convert

RGB 208 156 24 -
CMYK 0 0.25 0.88 0.18
HSL 43.04º 0.79% 0.45% -
HSV(B) 43.04º 0.88% 0.82% -
XYZ 38.07 37.25 6.05 -
YUV 156.5 53.23 164.73 -
System Red Green Blue C M Y K H S L
Decimal 208 156 24 0 0.25 0.88 0.18 43.04 0.79 0.45
Hex D0 9C 18 0 19 58 12 2B 4F 2D
Octal 320 234 30 0 31 130 22 53 117 55
Binary 11010000 10011100 11000 0 11001 1011000 10010 101011 1001111 101101

Color Harmonies of #D09C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C18

Black with #D09C18

Text Example


Text Example

White with #D09C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C18; }

 p { color: rgb(208,156,24); }

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

background-color css

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

 a { background-color: rgb(208,156,24); }

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

border-color css

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

 span { border-color: rgb(208,156,24); }

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