Html Css Color HEX #D0967E Feldspar

📋 copy color: '#D0967E'

red 208 ◦ green 150 ◦ blue 126

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

Shades of Feldspar #D0967E

Tints of Feldspar #D0967E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.03%

R = 42.98%
G = 30.99%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0967E (or 0xD0967E) is known color: Feldspar. HEX triplet: D0, 96 and 7E. RGB value is (208,150,126). Sum of RGB (Red+Green+Blue) = 208+150+126=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D0967E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0967E is #2F6981. Grayscale: #A4A4A4. Windows color (decimal): -3107202 or 8296144. OLE color: 8296144.

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

Color convert

RGB 208 150 126 -
CMYK 0 0.28 0.39 0.18
HSL 17.56º 0.47% 0.65% -
HSV(B) 17.56º 0.39% 0.82% -
XYZ 40.68 36.73 24.68 -
YUV 164.61 106.22 158.95 -
System Red Green Blue C M Y K H S L
Decimal 208 150 126 0 0.28 0.39 0.18 17.56 0.47 0.65
Hex D0 96 7E 0 1C 27 12 12 2F 41
Octal 320 226 176 0 34 47 22 22 57 101
Binary 11010000 10010110 1111110 0 11100 100111 10010 10010 101111 1000001

Color Harmonies of #D0967E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0967E

Black with #D0967E

Text Example


Text Example

White with #D0967E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0967E; }

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

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

background-color css

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

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

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

border-color css

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

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

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