Html Css Color HEX #D09819 Galliano

📋 copy color: '#D09819'

red 208 ◦ green 152 ◦ blue 25

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

Shades of Galliano #D09819

Tints of Galliano #D09819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.49%

R = 54.03%
G = 39.48%
B = 6.49%

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

#D09819 (or 0xD09819) is known color: Galliano. HEX triplet: D0, 98 and 19. RGB value is (208,152,25). Sum of RGB (Red+Green+Blue) = 208+152+25=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 25 (10.16% from 255 or 6.49% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D09819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09819 is #2F67E6. Grayscale: #9A9A9A. Windows color (decimal): -3106791 or 1677520. OLE color: 1677520.

HSL color Cylindrical-coordinate representation of color #D09819: hue angle of 41.64º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D09819 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 152 25 -
CMYK 0 0.27 0.88 0.18
HSL 41.64º 0.79% 0.46% -
HSV(B) 41.64º 0.88% 0.82% -
XYZ 37.42 35.94 5.88 -
YUV 154.27 55.05 166.33 -
System Red Green Blue C M Y K H S L
Decimal 208 152 25 0 0.27 0.88 0.18 41.64 0.79 0.46
Hex D0 98 19 0 1B 58 12 2A 4F 2E
Octal 320 230 31 0 33 130 22 52 117 56
Binary 11010000 10011000 11001 0 11011 1011000 10010 101010 1001111 101110

Color Harmonies of #D09819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09819

Black with #D09819

Text Example


Text Example

White with #D09819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09819; }

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

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

background-color css

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

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

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

border-color css

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

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

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