Html Css Color HEX #D09F70 Fallow

📋 copy color: '#D09F70'

red 208 ◦ green 159 ◦ blue 112

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

Shades of Fallow #D09F70

Tints of Fallow #D09F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.38%

R = 43.42%
G = 33.19%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D09F70 (or 0xD09F70) is known color: Fallow. HEX triplet: D0, 9F and 70. RGB value is (208,159,112). Sum of RGB (Red+Green+Blue) = 208+159+112=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09F70 is #2F608F. Grayscale: #A8A8A8. Windows color (decimal): -3104912 or 7380944. OLE color: 7380944.

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

Color convert

RGB 208 159 112 -
CMYK 0 0.24 0.46 0.18
HSL 29.38º 0.51% 0.63% -
HSV(B) 29.38º 0.46% 0.82% -
XYZ 41.34 39.38 20.75 -
YUV 168.29 96.23 156.32 -
System Red Green Blue C M Y K H S L
Decimal 208 159 112 0 0.24 0.46 0.18 29.38 0.51 0.63
Hex D0 9F 70 0 18 2E 12 1D 33 3F
Octal 320 237 160 0 30 56 22 35 63 77
Binary 11010000 10011111 1110000 0 11000 101110 10010 11101 110011 111111

Color Harmonies of #D09F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09F70

Black with #D09F70

Text Example


Text Example

White with #D09F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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