Html Css Color HEX #D0987A Feldspar

📋 copy color: '#D0987A'

red 208 ◦ green 152 ◦ blue 122

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

Shades of Feldspar #D0987A

Tints of Feldspar #D0987A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.31%

R = 43.15%
G = 31.54%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0987A (or 0xD0987A) is known color: Feldspar. HEX triplet: D0, 98 and 7A. RGB value is (208,152,122). Sum of RGB (Red+Green+Blue) = 208+152+122=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D0987A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0987A is #2F6785. Grayscale: #A5A5A5. Windows color (decimal): -3106694 or 8034512. OLE color: 8034512.

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

Color convert

RGB 208 152 122 -
CMYK 0 0.27 0.41 0.18
HSL 20.93º 0.48% 0.65% -
HSV(B) 20.93º 0.41% 0.82% -
XYZ 40.75 37.27 23.46 -
YUV 165.32 103.55 158.44 -
System Red Green Blue C M Y K H S L
Decimal 208 152 122 0 0.27 0.41 0.18 20.93 0.48 0.65
Hex D0 98 7A 0 1B 29 12 15 30 41
Octal 320 230 172 0 33 51 22 25 60 101
Binary 11010000 10011000 1111010 0 11011 101001 10010 10101 110000 1000001

Color Harmonies of #D0987A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0987A

Black with #D0987A

Text Example


Text Example

White with #D0987A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0987A; }

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

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

background-color css

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

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

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

border-color css

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

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

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