Html Css Color HEX #D0997C Feldspar

📋 copy color: '#D0997C'

red 208 ◦ green 153 ◦ blue 124

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

Shades of Feldspar #D0997C

Tints of Feldspar #D0997C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.55%

 BLUE value IS 124 (48.83% from 255) = 25.57%

R = 42.89%
G = 31.55%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0997C (or 0xD0997C) is known color: Feldspar. HEX triplet: D0, 99 and 7C. RGB value is (208,153,124). Sum of RGB (Red+Green+Blue) = 208+153+124=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D0997C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0997C is #2F6683. Grayscale: #A6A6A6. Windows color (decimal): -3106436 or 8165840. OLE color: 8165840.

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

Color convert

RGB 208 153 124 -
CMYK 0 0.26 0.40 0.18
HSL 20.71º 0.47% 0.65% -
HSV(B) 20.71º 0.4% 0.82% -
XYZ 41.04 37.65 24.17 -
YUV 166.14 104.22 157.86 -
System Red Green Blue C M Y K H S L
Decimal 208 153 124 0 0.26 0.40 0.18 20.71 0.47 0.65
Hex D0 99 7C 0 1A 28 12 15 2F 41
Octal 320 231 174 0 32 50 22 25 57 101
Binary 11010000 10011001 1111100 0 11010 101000 10010 10101 101111 1000001

Color Harmonies of #D0997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0997C

Black with #D0997C

Text Example


Text Example

White with #D0997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0997C; }

 p { color: rgb(208,153,124); }

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

background-color css

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

 a { background-color: rgb(208,153,124); }

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

border-color css

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

 span { border-color: rgb(208,153,124); }

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