Html Css Color HEX #D0997D Feldspar

📋 copy color: '#D0997D'

red 208 ◦ green 153 ◦ blue 125

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

Shades of Feldspar #D0997D

Tints of Feldspar #D0997D

RGB

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

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

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

R = 42.8%
G = 31.48%
B = 25.72%

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

#D0997D (or 0xD0997D) is known color: Feldspar. HEX triplet: D0, 99 and 7D. RGB value is (208,153,125). Sum of RGB (Red+Green+Blue) = 208+153+125=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D0997D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0997D is #2F6682. Grayscale: #A6A6A6. Windows color (decimal): -3106435 or 8231376. OLE color: 8231376.

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

Color convert

RGB 208 153 125 -
CMYK 0 0.26 0.40 0.18
HSL 20.24º 0.47% 0.65% -
HSV(B) 20.24º 0.4% 0.82% -
XYZ 41.11 37.67 24.51 -
YUV 166.25 104.72 157.78 -
System Red Green Blue C M Y K H S L
Decimal 208 153 125 0 0.26 0.40 0.18 20.24 0.47 0.65
Hex D0 99 7D 0 1A 28 12 14 2F 41
Octal 320 231 175 0 32 50 22 24 57 101
Binary 11010000 10011001 1111101 0 11010 101000 10010 10100 101111 1000001

Color Harmonies of #D0997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0997D

Black with #D0997D

Text Example


Text Example

White with #D0997D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0997D; }

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

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

background-color css

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

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

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

border-color css

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

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

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