Html Css Color HEX #D09816 Galliano

📋 copy color: '#D09816'

red 208 ◦ green 152 ◦ blue 22

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

Shades of Galliano #D09816

Tints of Galliano #D09816

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.79%

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

R = 54.45%
G = 39.79%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D09816 (or 0xD09816) is known color: Galliano. HEX triplet: D0, 98 and 16. RGB value is (208,152,22). Sum of RGB (Red+Green+Blue) = 208+152+22=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D09816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09816 is #2F67E9. Grayscale: #9A9A9A. Windows color (decimal): -3106794 or 1480912. OLE color: 1480912.

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

Color convert

RGB 208 152 22 -
CMYK 0 0.27 0.89 0.18
HSL 41.94º 0.81% 0.45% -
HSV(B) 41.94º 0.89% 0.82% -
XYZ 37.39 35.92 5.72 -
YUV 153.92 53.55 166.57 -
System Red Green Blue C M Y K H S L
Decimal 208 152 22 0 0.27 0.89 0.18 41.94 0.81 0.45
Hex D0 98 16 0 1B 59 12 2A 51 2D
Octal 320 230 26 0 33 131 22 52 121 55
Binary 11010000 10011000 10110 0 11011 1011001 10010 101010 1010001 101101

Color Harmonies of #D09816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09816

Black with #D09816

Text Example


Text Example

White with #D09816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09816; }

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

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

background-color css

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

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

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

border-color css

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

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

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