Html Css Color HEX #D09F29 Galliano

📋 copy color: '#D09F29'

red 208 ◦ green 159 ◦ blue 41

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

Shades of Galliano #D09F29

Tints of Galliano #D09F29

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.97%

 BLUE value IS 41 (16.41% from 255) = 10.05%

R = 50.98%
G = 38.97%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D09F29 (or 0xD09F29) is known color: Galliano. HEX triplet: D0, 9F and 29. RGB value is (208,159,41). Sum of RGB (Red+Green+Blue) = 208+159+41=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09F29 is #2F60D6. Grayscale: #A0A0A0. Windows color (decimal): -3104983 or 2727888. OLE color: 2727888.

HSL color Cylindrical-coordinate representation of color #D09F29: hue angle of 42.4º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D09F29 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 159 41 -
CMYK 0 0.24 0.80 0.18
HSL 42.4º 0.67% 0.49% -
HSV(B) 42.4º 0.8% 0.82% -
XYZ 38.81 38.37 7.46 -
YUV 160.2 60.73 162.09 -
System Red Green Blue C M Y K H S L
Decimal 208 159 41 0 0.24 0.80 0.18 42.4 0.67 0.49
Hex D0 9F 29 0 18 50 12 2A 43 31
Octal 320 237 51 0 30 120 22 52 103 61
Binary 11010000 10011111 101001 0 11000 1010000 10010 101010 1000011 110001

Color Harmonies of #D09F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09F29

Black with #D09F29

Text Example


Text Example

White with #D09F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09F29; }

 p { color: rgb(208,159,41); }

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

background-color css

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

 a { background-color: rgb(208,159,41); }

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

border-color css

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

 span { border-color: rgb(208,159,41); }

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