Html Css Color HEX #D2937D Feldspar

📋 copy color: '#D2937D'

red 210 ◦ green 147 ◦ blue 125

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

Shades of Feldspar #D2937D

Tints of Feldspar #D2937D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.5%

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

R = 43.57%
G = 30.5%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2937D (or 0xD2937D) is known color: Feldspar. HEX triplet: D2, 93 and 7D. RGB value is (210,147,125). Sum of RGB (Red+Green+Blue) = 210+147+125=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D2937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2937D is #2D6C82. Grayscale: #A3A3A3. Windows color (decimal): -2976899 or 8229842. OLE color: 8229842.

HSL color Cylindrical-coordinate representation of color #D2937D: hue angle of 15.53º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2937D is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 147 125 -
CMYK 0 0.30 0.40 0.18
HSL 15.53º 0.49% 0.66% -
HSV(B) 15.53º 0.4% 0.82% -
XYZ 40.71 36.05 24.21 -
YUV 163.33 106.37 161.29 -
System Red Green Blue C M Y K H S L
Decimal 210 147 125 0 0.30 0.40 0.18 15.53 0.49 0.66
Hex D2 93 7D 0 1E 28 12 10 31 42
Octal 322 223 175 0 36 50 22 20 61 102
Binary 11010010 10010011 1111101 0 11110 101000 10010 10000 110001 1000010

Color Harmonies of #D2937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2937D

Black with #D2937D

Text Example


Text Example

White with #D2937D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2937D; }

 p { color: rgb(210,147,125); }

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

background-color css

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

 a { background-color: rgb(210,147,125); }

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

border-color css

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

 span { border-color: rgb(210,147,125); }

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