Html Css Color HEX #D09C16 Galliano

📋 copy color: '#D09C16'

red 208 ◦ green 156 ◦ blue 22

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

Shades of Galliano #D09C16

Tints of Galliano #D09C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.7%

R = 53.89%
G = 40.41%
B = 5.7%

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

#D09C16 (or 0xD09C16) is known color: Galliano. HEX triplet: D0, 9C and 16. RGB value is (208,156,22). Sum of RGB (Red+Green+Blue) = 208+156+22=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09C16 is #2F63E9. Grayscale: #9C9C9C. Windows color (decimal): -3105770 or 1481936. OLE color: 1481936.

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

Color convert

RGB 208 156 22 -
CMYK 0 0.25 0.89 0.18
HSL 43.23º 0.81% 0.45% -
HSV(B) 43.23º 0.89% 0.82% -
XYZ 38.05 37.24 5.94 -
YUV 156.27 52.23 164.9 -
System Red Green Blue C M Y K H S L
Decimal 208 156 22 0 0.25 0.89 0.18 43.23 0.81 0.45
Hex D0 9C 16 0 19 59 12 2B 51 2D
Octal 320 234 26 0 31 131 22 53 121 55
Binary 11010000 10011100 10110 0 11001 1011001 10010 101011 1010001 101101

Color Harmonies of #D09C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C16

Black with #D09C16

Text Example


Text Example

White with #D09C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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