Html Css Color HEX #D09F28 Galliano

📋 copy color: '#D09F28'

red 208 ◦ green 159 ◦ blue 40

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

Shades of Galliano #D09F28

Tints of Galliano #D09F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.83%

R = 51.11%
G = 39.07%
B = 9.83%

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

#D09F28 (or 0xD09F28) is known color: Galliano. HEX triplet: D0, 9F and 28. RGB value is (208,159,40). Sum of RGB (Red+Green+Blue) = 208+159+40=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09F28 is #2F60D7. Grayscale: #A0A0A0. Windows color (decimal): -3104984 or 2662352. OLE color: 2662352.

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

Color convert

RGB 208 159 40 -
CMYK 0 0.24 0.81 0.18
HSL 42.5º 0.68% 0.49% -
HSV(B) 42.5º 0.81% 0.82% -
XYZ 38.79 38.36 7.37 -
YUV 160.09 60.23 162.18 -
System Red Green Blue C M Y K H S L
Decimal 208 159 40 0 0.24 0.81 0.18 42.5 0.68 0.49
Hex D0 9F 28 0 18 51 12 2A 44 31
Octal 320 237 50 0 30 121 22 52 104 61
Binary 11010000 10011111 101000 0 11000 1010001 10010 101010 1000100 110001

Color Harmonies of #D09F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09F28

Black with #D09F28

Text Example


Text Example

White with #D09F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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