Html Css Color HEX #D09F2F Galliano

📋 copy color: '#D09F2F'

red 208 ◦ green 159 ◦ blue 47

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

Shades of Galliano #D09F2F

Tints of Galliano #D09F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.35%

R = 50.24%
G = 38.41%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D09F2F (or 0xD09F2F) is known color: Galliano. HEX triplet: D0, 9F and 2F. RGB value is (208,159,47). Sum of RGB (Red+Green+Blue) = 208+159+47=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09F2F is #2F60D0. Grayscale: #A1A1A1. Windows color (decimal): -3104977 or 3121104. OLE color: 3121104.

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

Color convert

RGB 208 159 47 -
CMYK 0 0.24 0.77 0.18
HSL 41.74º 0.63% 0.5% -
HSV(B) 41.74º 0.77% 0.82% -
XYZ 38.92 38.41 8.05 -
YUV 160.88 63.73 161.61 -
System Red Green Blue C M Y K H S L
Decimal 208 159 47 0 0.24 0.77 0.18 41.74 0.63 0.5
Hex D0 9F 2F 0 18 4D 12 2A 3F 32
Octal 320 237 57 0 30 115 22 52 77 62
Binary 11010000 10011111 101111 0 11000 1001101 10010 101010 111111 110010

Color Harmonies of #D09F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09F2F

Black with #D09F2F

Text Example


Text Example

White with #D09F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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