Html Css Color HEX #D09C17 Galliano

📋 copy color: '#D09C17'

red 208 ◦ green 156 ◦ blue 23

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

Shades of Galliano #D09C17

Tints of Galliano #D09C17

RGB

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

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

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

R = 53.75%
G = 40.31%
B = 5.94%

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

#D09C17 (or 0xD09C17) is known color: Galliano. HEX triplet: D0, 9C and 17. RGB value is (208,156,23). Sum of RGB (Red+Green+Blue) = 208+156+23=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 23 (9.38% from 255 or 5.94% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09C17 is #2F63E8. Grayscale: #9C9C9C. Windows color (decimal): -3105769 or 1547472. OLE color: 1547472.

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

Color convert

RGB 208 156 23 -
CMYK 0 0.25 0.89 0.18
HSL 43.14º 0.8% 0.45% -
HSV(B) 43.14º 0.89% 0.82% -
XYZ 38.06 37.25 5.99 -
YUV 156.39 52.73 164.81 -
System Red Green Blue C M Y K H S L
Decimal 208 156 23 0 0.25 0.89 0.18 43.14 0.8 0.45
Hex D0 9C 17 0 19 59 12 2B 50 2D
Octal 320 234 27 0 31 131 22 53 120 55
Binary 11010000 10011100 10111 0 11001 1011001 10010 101011 1010000 101101

Color Harmonies of #D09C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C17

Black with #D09C17

Text Example


Text Example

White with #D09C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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