Html Css Color HEX #D09C20 Galliano

📋 copy color: '#D09C20'

red 208 ◦ green 156 ◦ blue 32

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

Shades of Galliano #D09C20

Tints of Galliano #D09C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.08%

R = 52.53%
G = 39.39%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D09C20 (or 0xD09C20) is known color: Galliano. HEX triplet: D0, 9C and 20. RGB value is (208,156,32). Sum of RGB (Red+Green+Blue) = 208+156+32=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 32 (12.89% from 255 or 8.08% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09C20 is #2F63DF. Grayscale: #9D9D9D. Windows color (decimal): -3105760 or 2137296. OLE color: 2137296.

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

Color convert

RGB 208 156 32 -
CMYK 0 0.25 0.85 0.18
HSL 42.27º 0.73% 0.47% -
HSV(B) 42.27º 0.85% 0.82% -
XYZ 38.16 37.29 6.55 -
YUV 157.41 57.23 164.08 -
System Red Green Blue C M Y K H S L
Decimal 208 156 32 0 0.25 0.85 0.18 42.27 0.73 0.47
Hex D0 9C 20 0 19 55 12 2A 49 2F
Octal 320 234 40 0 31 125 22 52 111 57
Binary 11010000 10011100 100000 0 11001 1010101 10010 101010 1001001 101111

Color Harmonies of #D09C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C20

Black with #D09C20

Text Example


Text Example

White with #D09C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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