Html Css Color HEX #D2916D Feldspar

📋 copy color: '#D2916D'

red 210 ◦ green 145 ◦ blue 109

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

Shades of Feldspar #D2916D

Tints of Feldspar #D2916D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.25%

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

R = 45.26%
G = 31.25%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2916D (or 0xD2916D) is known color: Feldspar. HEX triplet: D2, 91 and 6D. RGB value is (210,145,109). Sum of RGB (Red+Green+Blue) = 210+145+109=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D2916D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2916D is #2D6E92. Grayscale: #A0A0A0. Windows color (decimal): -2977427 or 7180754. OLE color: 7180754.

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

Color convert

RGB 210 145 109 -
CMYK 0 0.31 0.48 0.18
HSL 21.39º 0.53% 0.63% -
HSV(B) 21.39º 0.48% 0.82% -
XYZ 39.46 35.06 19.15 -
YUV 160.33 99.03 163.43 -
System Red Green Blue C M Y K H S L
Decimal 210 145 109 0 0.31 0.48 0.18 21.39 0.53 0.63
Hex D2 91 6D 0 1F 30 12 15 35 3F
Octal 322 221 155 0 37 60 22 25 65 77
Binary 11010010 10010001 1101101 0 11111 110000 10010 10101 110101 111111

Color Harmonies of #D2916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2916D

Black with #D2916D

Text Example


Text Example

White with #D2916D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2916D; }

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

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

background-color css

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

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

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

border-color css

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

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

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