Html Css Color HEX #D0996F Feldspar

📋 copy color: '#D0996F'

red 208 ◦ green 153 ◦ blue 111

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

Shades of Feldspar #D0996F

Tints of Feldspar #D0996F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.42%

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

R = 44.07%
G = 32.42%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0996F (or 0xD0996F) is known color: Feldspar. HEX triplet: D0, 99 and 6F. RGB value is (208,153,111). Sum of RGB (Red+Green+Blue) = 208+153+111=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D0996F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0996F is #2F6690. Grayscale: #A4A4A4. Windows color (decimal): -3106449 or 7313872. OLE color: 7313872.

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

Color convert

RGB 208 153 111 -
CMYK 0 0.26 0.47 0.18
HSL 25.98º 0.51% 0.63% -
HSV(B) 25.98º 0.47% 0.82% -
XYZ 40.27 37.34 20.12 -
YUV 164.66 97.72 158.92 -
System Red Green Blue C M Y K H S L
Decimal 208 153 111 0 0.26 0.47 0.18 25.98 0.51 0.63
Hex D0 99 6F 0 1A 2F 12 1A 33 3F
Octal 320 231 157 0 32 57 22 32 63 77
Binary 11010000 10011001 1101111 0 11010 101111 10010 11010 110011 111111

Color Harmonies of #D0996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0996F

Black with #D0996F

Text Example


Text Example

White with #D0996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0996F; }

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

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

background-color css

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

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

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

border-color css

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

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

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