Html Css Color HEX #D09F27 Galliano

📋 copy color: '#D09F27'

red 208 ◦ green 159 ◦ blue 39

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

Shades of Galliano #D09F27

Tints of Galliano #D09F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.61%

R = 51.23%
G = 39.16%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D09F27 (or 0xD09F27) is known color: Galliano. HEX triplet: D0, 9F and 27. RGB value is (208,159,39). Sum of RGB (Red+Green+Blue) = 208+159+39=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 39 (15.62% from 255 or 9.61% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09F27 is #2F60D8. Grayscale: #A0A0A0. Windows color (decimal): -3104985 or 2596816. OLE color: 2596816.

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

Color convert

RGB 208 159 39 -
CMYK 0 0.24 0.81 0.18
HSL 42.6º 0.68% 0.48% -
HSV(B) 42.6º 0.81% 0.82% -
XYZ 38.78 38.35 7.28 -
YUV 159.97 59.73 162.26 -
System Red Green Blue C M Y K H S L
Decimal 208 159 39 0 0.24 0.81 0.18 42.6 0.68 0.48
Hex D0 9F 27 0 18 51 12 2B 44 30
Octal 320 237 47 0 30 121 22 53 104 60
Binary 11010000 10011111 100111 0 11000 1010001 10010 101011 1000100 110000

Color Harmonies of #D09F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09F27

Black with #D09F27

Text Example


Text Example

White with #D09F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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