Html Css Color HEX #D2996E Feldspar

📋 copy color: '#D2996E'

red 210 ◦ green 153 ◦ blue 110

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

Shades of Feldspar #D2996E

Tints of Feldspar #D2996E

RGB

 RED value IS 210 (82.42% from 255) = 44.4%

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

 BLUE value IS 110 (43.36% from 255) = 23.26%

R = 44.4%
G = 32.35%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2996E (or 0xD2996E) is known color: Feldspar. HEX triplet: D2, 99 and 6E. RGB value is (210,153,110). Sum of RGB (Red+Green+Blue) = 210+153+110=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D2996E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2996E is #2D6691. Grayscale: #A5A5A5. Windows color (decimal): -2975378 or 7248338. OLE color: 7248338.

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

Color convert

RGB 210 153 110 -
CMYK 0 0.27 0.48 0.18
HSL 25.8º 0.53% 0.63% -
HSV(B) 25.8º 0.48% 0.82% -
XYZ 40.78 37.61 19.86 -
YUV 165.14 96.88 160 -
System Red Green Blue C M Y K H S L
Decimal 210 153 110 0 0.27 0.48 0.18 25.8 0.53 0.63
Hex D2 99 6E 0 1B 30 12 1A 35 3F
Octal 322 231 156 0 33 60 22 32 65 77
Binary 11010010 10011001 1101110 0 11011 110000 10010 11010 110101 111111

Color Harmonies of #D2996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2996E

Black with #D2996E

Text Example


Text Example

White with #D2996E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2996E; }

 p { color: rgb(210,153,110); }

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

background-color css

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

 a { background-color: rgb(210,153,110); }

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

border-color css

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

 span { border-color: rgb(210,153,110); }

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