Html Css Color HEX #D09C70 Feldspar

📋 copy color: '#D09C70'

red 208 ◦ green 156 ◦ blue 112

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

Shades of Feldspar #D09C70

Tints of Feldspar #D09C70

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.77%

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

R = 43.7%
G = 32.77%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D09C70 (or 0xD09C70) is known color: Feldspar. HEX triplet: D0, 9C and 70. RGB value is (208,156,112). Sum of RGB (Red+Green+Blue) = 208+156+112=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09C70 is #2F638F. Grayscale: #A6A6A6. Windows color (decimal): -3105680 or 7380176. OLE color: 7380176.

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

Color convert

RGB 208 156 112 -
CMYK 0 0.25 0.46 0.18
HSL 27.5º 0.51% 0.63% -
HSV(B) 27.5º 0.46% 0.82% -
XYZ 40.83 38.36 20.58 -
YUV 166.53 97.23 157.58 -
System Red Green Blue C M Y K H S L
Decimal 208 156 112 0 0.25 0.46 0.18 27.5 0.51 0.63
Hex D0 9C 70 0 19 2E 12 1C 33 3F
Octal 320 234 160 0 31 56 22 34 63 77
Binary 11010000 10011100 1110000 0 11001 101110 10010 11100 110011 111111

Color Harmonies of #D09C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C70

Black with #D09C70

Text Example


Text Example

White with #D09C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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