Html Css Color HEX #D0966F Feldspar

📋 copy color: '#D0966F'

red 208 ◦ green 150 ◦ blue 111

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

Shades of Feldspar #D0966F

Tints of Feldspar #D0966F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.67%

R = 44.35%
G = 31.98%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0966F (or 0xD0966F) is known color: Feldspar. HEX triplet: D0, 96 and 6F. RGB value is (208,150,111). Sum of RGB (Red+Green+Blue) = 208+150+111=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D0966F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0966F is #2F6990. Grayscale: #A3A3A3. Windows color (decimal): -3107217 or 7313104. OLE color: 7313104.

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

Color convert

RGB 208 150 111 -
CMYK 0 0.28 0.47 0.18
HSL 24.12º 0.51% 0.63% -
HSV(B) 24.12º 0.47% 0.82% -
XYZ 39.79 36.37 19.96 -
YUV 162.9 98.72 160.17 -
System Red Green Blue C M Y K H S L
Decimal 208 150 111 0 0.28 0.47 0.18 24.12 0.51 0.63
Hex D0 96 6F 0 1C 2F 12 18 33 3F
Octal 320 226 157 0 34 57 22 30 63 77
Binary 11010000 10010110 1101111 0 11100 101111 10010 11000 110011 111111

Color Harmonies of #D0966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0966F

Black with #D0966F

Text Example


Text Example

White with #D0966F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0966F; }

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

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

background-color css

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

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

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

border-color css

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

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

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