Html Css Color HEX #D0987E Feldspar

📋 copy color: '#D0987E'

red 208 ◦ green 152 ◦ blue 126

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

Shades of Feldspar #D0987E

Tints of Feldspar #D0987E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.28%

 BLUE value IS 126 (49.61% from 255) = 25.93%

R = 42.8%
G = 31.28%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0987E (or 0xD0987E) is known color: Feldspar. HEX triplet: D0, 98 and 7E. RGB value is (208,152,126). Sum of RGB (Red+Green+Blue) = 208+152+126=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D0987E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0987E is #2F6781. Grayscale: #A5A5A5. Windows color (decimal): -3106690 or 8296656. OLE color: 8296656.

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

Color convert

RGB 208 152 126 -
CMYK 0 0.27 0.39 0.18
HSL 19.02º 0.47% 0.65% -
HSV(B) 19.02º 0.39% 0.82% -
XYZ 41.01 37.37 24.79 -
YUV 165.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 208 152 126 0 0.27 0.39 0.18 19.02 0.47 0.65
Hex D0 98 7E 0 1B 27 12 13 2F 41
Octal 320 230 176 0 33 47 22 23 57 101
Binary 11010000 10011000 1111110 0 11011 100111 10010 10011 101111 1000001

Color Harmonies of #D0987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0987E

Black with #D0987E

Text Example


Text Example

White with #D0987E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0987E; }

 p { color: rgb(208,152,126); }

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

background-color css

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

 a { background-color: rgb(208,152,126); }

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

border-color css

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

 span { border-color: rgb(208,152,126); }

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