Html Css Color HEX #D09A19 Galliano

📋 copy color: '#D09A19'

red 208 ◦ green 154 ◦ blue 25

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

Shades of Galliano #D09A19

Tints of Galliano #D09A19

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.79%

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

R = 53.75%
G = 39.79%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D09A19 (or 0xD09A19) is known color: Galliano. HEX triplet: D0, 9A and 19. RGB value is (208,154,25). Sum of RGB (Red+Green+Blue) = 208+154+25=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 25 (10.16% from 255 or 6.46% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09A19 is #2F65E6. Grayscale: #9C9C9C. Windows color (decimal): -3106279 or 1678032. OLE color: 1678032.

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

Color convert

RGB 208 154 25 -
CMYK 0 0.26 0.88 0.18
HSL 42.3º 0.79% 0.46% -
HSV(B) 42.3º 0.88% 0.82% -
XYZ 37.74 36.59 5.99 -
YUV 155.44 54.39 165.49 -
System Red Green Blue C M Y K H S L
Decimal 208 154 25 0 0.26 0.88 0.18 42.3 0.79 0.46
Hex D0 9A 19 0 1A 58 12 2A 4F 2E
Octal 320 232 31 0 32 130 22 52 117 56
Binary 11010000 10011010 11001 0 11010 1011000 10010 101010 1001111 101110

Color Harmonies of #D09A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09A19

Black with #D09A19

Text Example


Text Example

White with #D09A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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