Html Css Color HEX #D09E2E Galliano

📋 copy color: '#D09E2E'

red 208 ◦ green 158 ◦ blue 46

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

Shades of Galliano #D09E2E

Tints of Galliano #D09E2E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.35%

 BLUE value IS 46 (18.36% from 255) = 11.17%

R = 50.49%
G = 38.35%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D09E2E (or 0xD09E2E) is known color: Galliano. HEX triplet: D0, 9E and 2E. RGB value is (208,158,46). Sum of RGB (Red+Green+Blue) = 208+158+46=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 46 (18.36% from 255 or 11.17% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09E2E is #2F61D1. Grayscale: #A0A0A0. Windows color (decimal): -3105234 or 3055312. OLE color: 3055312.

HSL color Cylindrical-coordinate representation of color #D09E2E: hue angle of 41.48º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D09E2E is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 158 46 -
CMYK 0 0.24 0.78 0.18
HSL 41.48º 0.64% 0.5% -
HSV(B) 41.48º 0.78% 0.82% -
XYZ 38.73 38.06 7.89 -
YUV 160.18 63.57 162.11 -
System Red Green Blue C M Y K H S L
Decimal 208 158 46 0 0.24 0.78 0.18 41.48 0.64 0.5
Hex D0 9E 2E 0 18 4E 12 29 40 32
Octal 320 236 56 0 30 116 22 51 100 62
Binary 11010000 10011110 101110 0 11000 1001110 10010 101001 1000000 110010

Color Harmonies of #D09E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09E2E

Black with #D09E2E

Text Example


Text Example

White with #D09E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09E2E; }

 p { color: rgb(208,158,46); }

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

background-color css

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

 a { background-color: rgb(208,158,46); }

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

border-color css

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

 span { border-color: rgb(208,158,46); }

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