Html Css Color HEX #D09A70 Feldspar

📋 copy color: '#D09A70'

red 208 ◦ green 154 ◦ blue 112

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

Shades of Feldspar #D09A70

Tints of Feldspar #D09A70

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.49%

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

R = 43.88%
G = 32.49%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D09A70 (or 0xD09A70) is known color: Feldspar. HEX triplet: D0, 9A and 70. RGB value is (208,154,112). Sum of RGB (Red+Green+Blue) = 208+154+112=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09A70 is #2F658F. Grayscale: #A5A5A5. Windows color (decimal): -3106192 or 7379664. OLE color: 7379664.

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

Color convert

RGB 208 154 112 -
CMYK 0 0.26 0.46 0.18
HSL 26.25º 0.51% 0.63% -
HSV(B) 26.25º 0.46% 0.82% -
XYZ 40.49 37.69 20.47 -
YUV 165.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 208 154 112 0 0.26 0.46 0.18 26.25 0.51 0.63
Hex D0 9A 70 0 1A 2E 12 1A 33 3F
Octal 320 232 160 0 32 56 22 32 63 77
Binary 11010000 10011010 1110000 0 11010 101110 10010 11010 110011 111111

Color Harmonies of #D09A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09A70

Black with #D09A70

Text Example


Text Example

White with #D09A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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