Html Css Color HEX #D09A7D Feldspar

📋 copy color: '#D09A7D'

red 208 ◦ green 154 ◦ blue 125

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

Shades of Feldspar #D09A7D

Tints of Feldspar #D09A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.67%

R = 42.71%
G = 31.62%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D09A7D (or 0xD09A7D) is known color: Feldspar. HEX triplet: D0, 9A and 7D. RGB value is (208,154,125). Sum of RGB (Red+Green+Blue) = 208+154+125=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09A7D is #2F6582. Grayscale: #A7A7A7. Windows color (decimal): -3106179 or 8231632. OLE color: 8231632.

HSL color Cylindrical-coordinate representation of color #D09A7D: hue angle of 20.96º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D09A7D is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 154 125 -
CMYK 0 0.26 0.40 0.18
HSL 20.96º 0.47% 0.65% -
HSV(B) 20.96º 0.4% 0.82% -
XYZ 41.27 38 24.56 -
YUV 166.84 104.39 157.36 -
System Red Green Blue C M Y K H S L
Decimal 208 154 125 0 0.26 0.40 0.18 20.96 0.47 0.65
Hex D0 9A 7D 0 1A 28 12 15 2F 41
Octal 320 232 175 0 32 50 22 25 57 101
Binary 11010000 10011010 1111101 0 11010 101000 10010 10101 101111 1000001

Color Harmonies of #D09A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09A7D

Black with #D09A7D

Text Example


Text Example

White with #D09A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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