Html Css Color HEX #D0987D Feldspar

📋 copy color: '#D0987D'

red 208 ◦ green 152 ◦ blue 125

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

Shades of Feldspar #D0987D

Tints of Feldspar #D0987D

RGB

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

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

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

R = 42.89%
G = 31.34%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0987D (or 0xD0987D) is known color: Feldspar. HEX triplet: D0, 98 and 7D. RGB value is (208,152,125). Sum of RGB (Red+Green+Blue) = 208+152+125=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D0987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0987D is #2F6782. Grayscale: #A5A5A5. Windows color (decimal): -3106691 or 8231120. OLE color: 8231120.

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

Color convert

RGB 208 152 125 -
CMYK 0 0.27 0.40 0.18
HSL 19.52º 0.47% 0.65% -
HSV(B) 19.52º 0.4% 0.82% -
XYZ 40.94 37.35 24.45 -
YUV 165.67 105.05 158.2 -
System Red Green Blue C M Y K H S L
Decimal 208 152 125 0 0.27 0.40 0.18 19.52 0.47 0.65
Hex D0 98 7D 0 1B 28 12 14 2F 41
Octal 320 230 175 0 33 50 22 24 57 101
Binary 11010000 10011000 1111101 0 11011 101000 10010 10100 101111 1000001

Color Harmonies of #D0987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0987D

Black with #D0987D

Text Example


Text Example

White with #D0987D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0987D; }

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

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

background-color css

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

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

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

border-color css

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

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

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