Html Css Color HEX #D2976D Feldspar

📋 copy color: '#D2976D'

red 210 ◦ green 151 ◦ blue 109

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

Shades of Feldspar #D2976D

Tints of Feldspar #D2976D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.13%

 BLUE value IS 109 (42.97% from 255) = 23.19%

R = 44.68%
G = 32.13%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2976D (or 0xD2976D) is known color: Feldspar. HEX triplet: D2, 97 and 6D. RGB value is (210,151,109). Sum of RGB (Red+Green+Blue) = 210+151+109=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D2976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2976D is #2D6892. Grayscale: #A4A4A4. Windows color (decimal): -2975891 or 7182290. OLE color: 7182290.

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

Color convert

RGB 210 151 109 -
CMYK 0 0.28 0.48 0.18
HSL 24.95º 0.53% 0.63% -
HSV(B) 24.95º 0.48% 0.82% -
XYZ 40.41 36.94 19.47 -
YUV 163.85 97.05 160.92 -
System Red Green Blue C M Y K H S L
Decimal 210 151 109 0 0.28 0.48 0.18 24.95 0.53 0.63
Hex D2 97 6D 0 1C 30 12 19 35 3F
Octal 322 227 155 0 34 60 22 31 65 77
Binary 11010010 10010111 1101101 0 11100 110000 10010 11001 110101 111111

Color Harmonies of #D2976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2976D

Black with #D2976D

Text Example


Text Example

White with #D2976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2976D; }

 p { color: rgb(210,151,109); }

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

background-color css

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

 a { background-color: rgb(210,151,109); }

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

border-color css

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

 span { border-color: rgb(210,151,109); }

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