Html Css Color HEX #D2967E Feldspar

📋 copy color: '#D2967E'

red 210 ◦ green 150 ◦ blue 126

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

Shades of Feldspar #D2967E

Tints of Feldspar #D2967E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.86%

 BLUE value IS 126 (49.61% from 255) = 25.93%

R = 43.21%
G = 30.86%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.4

 K value IS 0.18

RGB Variations

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

Color information

#D2967E (or 0xD2967E) is known color: Feldspar. HEX triplet: D2, 96 and 7E. RGB value is (210,150,126). Sum of RGB (Red+Green+Blue) = 210+150+126=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D2967E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2967E is #2D6981. Grayscale: #A5A5A5. Windows color (decimal): -2976130 or 8296146. OLE color: 8296146.

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

Color convert

RGB 210 150 126 -
CMYK 0 0.29 0.4 0.18
HSL 17.14º 0.48% 0.66% -
HSV(B) 17.14º 0.4% 0.82% -
XYZ 41.25 37.02 24.71 -
YUV 165.2 105.88 159.95 -
System Red Green Blue C M Y K H S L
Decimal 210 150 126 0 0.29 0.4 0.18 17.14 0.48 0.66
Hex D2 96 7E 0 1D 28 12 11 30 42
Octal 322 226 176 0 35 50 22 21 60 102
Binary 11010010 10010110 1111110 0 11101 101000 10010 10001 110000 1000010

Color Harmonies of #D2967E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2967E

Black with #D2967E

Text Example


Text Example

White with #D2967E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2967E; }

 p { color: rgb(210,150,126); }

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

background-color css

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

 a { background-color: rgb(210,150,126); }

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

border-color css

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

 span { border-color: rgb(210,150,126); }

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