Html Css Color HEX #D0967F Feldspar

📋 copy color: '#D0967F'

red 208 ◦ green 150 ◦ blue 127

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

Shades of Feldspar #D0967F

Tints of Feldspar #D0967F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.19%

R = 42.89%
G = 30.93%
B = 26.19%

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

#D0967F (or 0xD0967F) is known color: Feldspar. HEX triplet: D0, 96 and 7F. RGB value is (208,150,127). Sum of RGB (Red+Green+Blue) = 208+150+127=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D0967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0967F is #2F6980. Grayscale: #A4A4A4. Windows color (decimal): -3107201 or 8361680. OLE color: 8361680.

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

Color convert

RGB 208 150 127 -
CMYK 0 0.28 0.39 0.18
HSL 17.04º 0.46% 0.66% -
HSV(B) 17.04º 0.39% 0.82% -
XYZ 40.75 36.75 25.03 -
YUV 164.72 106.72 158.87 -
System Red Green Blue C M Y K H S L
Decimal 208 150 127 0 0.28 0.39 0.18 17.04 0.46 0.66
Hex D0 96 7F 0 1C 27 12 11 2E 42
Octal 320 226 177 0 34 47 22 21 56 102
Binary 11010000 10010110 1111111 0 11100 100111 10010 10001 101110 1000010

Color Harmonies of #D0967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0967F

Black with #D0967F

Text Example


Text Example

White with #D0967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0967F; }

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

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

background-color css

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

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

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

border-color css

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

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

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