Html Css Color HEX #D0966D Feldspar

📋 copy color: '#D0966D'

red 208 ◦ green 150 ◦ blue 109

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

Shades of Feldspar #D0966D

Tints of Feldspar #D0966D

RGB

 RED value IS 208 (81.64% from 255) = 44.54%

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

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

R = 44.54%
G = 32.12%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0966D (or 0xD0966D) is known color: Feldspar. HEX triplet: D0, 96 and 6D. RGB value is (208,150,109). Sum of RGB (Red+Green+Blue) = 208+150+109=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0966D is #2F6992. Grayscale: #A2A2A2. Windows color (decimal): -3107219 or 7182032. OLE color: 7182032.

HSL color Cylindrical-coordinate representation of color #D0966D: hue angle of 24.85º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0966D is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 150 109 -
CMYK 0 0.28 0.48 0.18
HSL 24.85º 0.51% 0.62% -
HSV(B) 24.85º 0.48% 0.82% -
XYZ 39.68 36.33 19.39 -
YUV 162.67 97.72 160.33 -
System Red Green Blue C M Y K H S L
Decimal 208 150 109 0 0.28 0.48 0.18 24.85 0.51 0.62
Hex D0 96 6D 0 1C 30 12 19 33 3E
Octal 320 226 155 0 34 60 22 31 63 76
Binary 11010000 10010110 1101101 0 11100 110000 10010 11001 110011 111110

Color Harmonies of #D0966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0966D

Black with #D0966D

Text Example


Text Example

White with #D0966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0966D; }

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

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

background-color css

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

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

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

border-color css

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

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

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