Html Css Color HEX #D09818 Galliano

📋 copy color: '#D09818'

red 208 ◦ green 152 ◦ blue 24

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

Shades of Galliano #D09818

Tints of Galliano #D09818

RGB

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

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

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

R = 54.17%
G = 39.58%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D09818 (or 0xD09818) is known color: Galliano. HEX triplet: D0, 98 and 18. RGB value is (208,152,24). Sum of RGB (Red+Green+Blue) = 208+152+24=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 24 (9.77% from 255 or 6.25% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D09818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09818 is #2F67E7. Grayscale: #9A9A9A. Windows color (decimal): -3106792 or 1611984. OLE color: 1611984.

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

Color convert

RGB 208 152 24 -
CMYK 0 0.27 0.88 0.18
HSL 41.74º 0.79% 0.45% -
HSV(B) 41.74º 0.88% 0.82% -
XYZ 37.41 35.93 5.83 -
YUV 154.15 54.55 166.41 -
System Red Green Blue C M Y K H S L
Decimal 208 152 24 0 0.27 0.88 0.18 41.74 0.79 0.45
Hex D0 98 18 0 1B 58 12 2A 4F 2D
Octal 320 230 30 0 33 130 22 52 117 55
Binary 11010000 10011000 11000 0 11011 1011000 10010 101010 1001111 101101

Color Harmonies of #D09818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09818

Black with #D09818

Text Example


Text Example

White with #D09818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09818; }

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

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

background-color css

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

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

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

border-color css

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

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

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