Html Css Color HEX #D09C71 Feldspar

📋 copy color: '#D09C71'

red 208 ◦ green 156 ◦ blue 113

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

Shades of Feldspar #D09C71

Tints of Feldspar #D09C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.69%

R = 43.61%
G = 32.7%
B = 23.69%

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

#D09C71 (or 0xD09C71) is known color: Feldspar. HEX triplet: D0, 9C and 71. RGB value is (208,156,113). Sum of RGB (Red+Green+Blue) = 208+156+113=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09C71 is #2F638E. Grayscale: #A6A6A6. Windows color (decimal): -3105679 or 7445712. OLE color: 7445712.

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

Color convert

RGB 208 156 113 -
CMYK 0 0.25 0.46 0.18
HSL 27.16º 0.5% 0.63% -
HSV(B) 27.16º 0.46% 0.82% -
XYZ 40.88 38.38 20.88 -
YUV 166.65 97.73 157.5 -
System Red Green Blue C M Y K H S L
Decimal 208 156 113 0 0.25 0.46 0.18 27.16 0.5 0.63
Hex D0 9C 71 0 19 2E 12 1B 32 3F
Octal 320 234 161 0 31 56 22 33 62 77
Binary 11010000 10011100 1110001 0 11001 101110 10010 11011 110010 111111

Color Harmonies of #D09C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C71

Black with #D09C71

Text Example


Text Example

White with #D09C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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