Html Css Color HEX #D09A7F Feldspar

📋 copy color: '#D09A7F'

red 208 ◦ green 154 ◦ blue 127

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

Shades of Feldspar #D09A7F

Tints of Feldspar #D09A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.97%

R = 42.54%
G = 31.49%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D09A7F (or 0xD09A7F) is known color: Feldspar. HEX triplet: D0, 9A and 7F. RGB value is (208,154,127). Sum of RGB (Red+Green+Blue) = 208+154+127=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09A7F is #2F6580. Grayscale: #A7A7A7. Windows color (decimal): -3106177 or 8362704. OLE color: 8362704.

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

Color convert

RGB 208 154 127 -
CMYK 0 0.26 0.39 0.18
HSL 20º 0.46% 0.66% -
HSV(B) 20º 0.39% 0.82% -
XYZ 41.4 38.05 25.24 -
YUV 167.07 105.39 157.2 -
System Red Green Blue C M Y K H S L
Decimal 208 154 127 0 0.26 0.39 0.18 20 0.46 0.66
Hex D0 9A 7F 0 1A 27 12 14 2E 42
Octal 320 232 177 0 32 47 22 24 56 102
Binary 11010000 10011010 1111111 0 11010 100111 10010 10100 101110 1000010

Color Harmonies of #D09A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09A7F

Black with #D09A7F

Text Example


Text Example

White with #D09A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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