Html Css Color HEX #D0976F Feldspar

📋 copy color: '#D0976F'

red 208 ◦ green 151 ◦ blue 111

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

Shades of Feldspar #D0976F

Tints of Feldspar #D0976F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.13%

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

R = 44.26%
G = 32.13%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0976F (or 0xD0976F) is known color: Feldspar. HEX triplet: D0, 97 and 6F. RGB value is (208,151,111). Sum of RGB (Red+Green+Blue) = 208+151+111=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D0976F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0976F is #2F6890. Grayscale: #A3A3A3. Windows color (decimal): -3106961 or 7313360. OLE color: 7313360.

HSL color Cylindrical-coordinate representation of color #D0976F: hue angle of 24.74º 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 #D0976F is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 151 111 -
CMYK 0 0.27 0.47 0.18
HSL 24.74º 0.51% 0.63% -
HSV(B) 24.74º 0.47% 0.82% -
XYZ 39.95 36.69 20.02 -
YUV 163.48 98.38 159.75 -
System Red Green Blue C M Y K H S L
Decimal 208 151 111 0 0.27 0.47 0.18 24.74 0.51 0.63
Hex D0 97 6F 0 1B 2F 12 19 33 3F
Octal 320 227 157 0 33 57 22 31 63 77
Binary 11010000 10010111 1101111 0 11011 101111 10010 11001 110011 111111

Color Harmonies of #D0976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0976F

Black with #D0976F

Text Example


Text Example

White with #D0976F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0976F; }

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

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

background-color css

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

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

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

border-color css

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

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

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