Html Css Color HEX #D0987F Feldspar

📋 copy color: '#D0987F'

red 208 ◦ green 152 ◦ blue 127

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

Shades of Feldspar #D0987F

Tints of Feldspar #D0987F

RGB

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

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

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

R = 42.71%
G = 31.21%
B = 26.08%

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

#D0987F (or 0xD0987F) is known color: Feldspar. HEX triplet: D0, 98 and 7F. RGB value is (208,152,127). Sum of RGB (Red+Green+Blue) = 208+152+127=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D0987F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0987F is #2F6780. Grayscale: #A6A6A6. Windows color (decimal): -3106689 or 8362192. OLE color: 8362192.

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

Color convert

RGB 208 152 127 -
CMYK 0 0.27 0.39 0.18
HSL 18.52º 0.46% 0.66% -
HSV(B) 18.52º 0.39% 0.82% -
XYZ 41.07 37.4 25.13 -
YUV 165.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 208 152 127 0 0.27 0.39 0.18 18.52 0.46 0.66
Hex D0 98 7F 0 1B 27 12 13 2E 42
Octal 320 230 177 0 33 47 22 23 56 102
Binary 11010000 10011000 1111111 0 11011 100111 10010 10011 101110 1000010

Color Harmonies of #D0987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0987F

Black with #D0987F

Text Example


Text Example

White with #D0987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0987F; }

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

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

background-color css

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

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

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

border-color css

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

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

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