Html Css Color HEX #D09F2D Galliano

📋 copy color: '#D09F2D'

red 208 ◦ green 159 ◦ blue 45

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

Shades of Galliano #D09F2D

Tints of Galliano #D09F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.92%

R = 50.49%
G = 38.59%
B = 10.92%

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

#D09F2D (or 0xD09F2D) is known color: Galliano. HEX triplet: D0, 9F and 2D. RGB value is (208,159,45). Sum of RGB (Red+Green+Blue) = 208+159+45=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09F2D is #2F60D2. Grayscale: #A1A1A1. Windows color (decimal): -3104979 or 2990032. OLE color: 2990032.

HSL color Cylindrical-coordinate representation of color #D09F2D: hue angle of 41.96º 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 #D09F2D is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 159 45 -
CMYK 0 0.24 0.78 0.18
HSL 41.96º 0.64% 0.5% -
HSV(B) 41.96º 0.78% 0.82% -
XYZ 38.88 38.4 7.84 -
YUV 160.66 62.73 161.77 -
System Red Green Blue C M Y K H S L
Decimal 208 159 45 0 0.24 0.78 0.18 41.96 0.64 0.5
Hex D0 9F 2D 0 18 4E 12 2A 40 32
Octal 320 237 55 0 30 116 22 52 100 62
Binary 11010000 10011111 101101 0 11000 1001110 10010 101010 1000000 110010

Color Harmonies of #D09F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09F2D

Black with #D09F2D

Text Example


Text Example

White with #D09F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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