Html Css Color HEX #D2967C Feldspar

📋 copy color: '#D2967C'

red 210 ◦ green 150 ◦ blue 124

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

Shades of Feldspar #D2967C

Tints of Feldspar #D2967C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.62%

R = 43.39%
G = 30.99%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2967C (or 0xD2967C) is known color: Feldspar. HEX triplet: D2, 96 and 7C. RGB value is (210,150,124). Sum of RGB (Red+Green+Blue) = 210+150+124=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D2967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2967C is #2D6983. Grayscale: #A5A5A5. Windows color (decimal): -2976132 or 8165074. OLE color: 8165074.

HSL color Cylindrical-coordinate representation of color #D2967C: hue angle of 18.14º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2967C is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 150 124 -
CMYK 0 0.29 0.41 0.18
HSL 18.14º 0.49% 0.65% -
HSV(B) 18.14º 0.41% 0.82% -
XYZ 41.12 36.97 24.04 -
YUV 164.98 104.88 160.11 -
System Red Green Blue C M Y K H S L
Decimal 210 150 124 0 0.29 0.41 0.18 18.14 0.49 0.65
Hex D2 96 7C 0 1D 29 12 12 31 41
Octal 322 226 174 0 35 51 22 22 61 101
Binary 11010010 10010110 1111100 0 11101 101001 10010 10010 110001 1000001

Color Harmonies of #D2967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2967C

Black with #D2967C

Text Example


Text Example

White with #D2967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2967C; }

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

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

background-color css

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

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

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

border-color css

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

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

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