Html Css Color HEX #D0967C Feldspar

📋 copy color: '#D0967C'

red 208 ◦ green 150 ◦ blue 124

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

Shades of Feldspar #D0967C

Tints of Feldspar #D0967C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.73%

R = 43.15%
G = 31.12%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0967C (or 0xD0967C) is known color: Feldspar. HEX triplet: D0, 96 and 7C. RGB value is (208,150,124). Sum of RGB (Red+Green+Blue) = 208+150+124=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D0967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0967C is #2F6983. Grayscale: #A4A4A4. Windows color (decimal): -3107204 or 8165072. OLE color: 8165072.

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

Color convert

RGB 208 150 124 -
CMYK 0 0.28 0.40 0.18
HSL 18.57º 0.47% 0.65% -
HSV(B) 18.57º 0.4% 0.82% -
XYZ 40.56 36.68 24.01 -
YUV 164.38 105.22 159.11 -
System Red Green Blue C M Y K H S L
Decimal 208 150 124 0 0.28 0.40 0.18 18.57 0.47 0.65
Hex D0 96 7C 0 1C 28 12 13 2F 41
Octal 320 226 174 0 34 50 22 23 57 101
Binary 11010000 10010110 1111100 0 11100 101000 10010 10011 101111 1000001

Color Harmonies of #D0967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0967C

Black with #D0967C

Text Example


Text Example

White with #D0967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0967C; }

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

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

background-color css

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

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

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

border-color css

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

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

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