Html Css Color HEX #D2966D Feldspar

📋 copy color: '#D2966D'

red 210 ◦ green 150 ◦ blue 109

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

Shades of Feldspar #D2966D

Tints of Feldspar #D2966D

RGB

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

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

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

R = 44.78%
G = 31.98%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2966D (or 0xD2966D) is known color: Feldspar. HEX triplet: D2, 96 and 6D. RGB value is (210,150,109). Sum of RGB (Red+Green+Blue) = 210+150+109=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D2966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2966D is #2D6992. Grayscale: #A3A3A3. Windows color (decimal): -2976147 or 7182034. OLE color: 7182034.

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

Color convert

RGB 210 150 109 -
CMYK 0 0.29 0.48 0.18
HSL 24.36º 0.53% 0.63% -
HSV(B) 24.36º 0.48% 0.82% -
XYZ 40.25 36.62 19.41 -
YUV 163.27 97.38 161.33 -
System Red Green Blue C M Y K H S L
Decimal 210 150 109 0 0.29 0.48 0.18 24.36 0.53 0.63
Hex D2 96 6D 0 1D 30 12 18 35 3F
Octal 322 226 155 0 35 60 22 30 65 77
Binary 11010010 10010110 1101101 0 11101 110000 10010 11000 110101 111111

Color Harmonies of #D2966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2966D

Black with #D2966D

Text Example


Text Example

White with #D2966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2966D; }

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

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

background-color css

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

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

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

border-color css

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

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

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