Html Css Color HEX #D0997A Feldspar

📋 copy color: '#D0997A'

red 208 ◦ green 153 ◦ blue 122

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

Shades of Feldspar #D0997A

Tints of Feldspar #D0997A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.26%

R = 43.06%
G = 31.68%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0997A (or 0xD0997A) is known color: Feldspar. HEX triplet: D0, 99 and 7A. RGB value is (208,153,122). Sum of RGB (Red+Green+Blue) = 208+153+122=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D0997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0997A is #2F6685. Grayscale: #A6A6A6. Windows color (decimal): -3106438 or 8034768. OLE color: 8034768.

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

Color convert

RGB 208 153 122 -
CMYK 0 0.26 0.41 0.18
HSL 21.63º 0.48% 0.65% -
HSV(B) 21.63º 0.41% 0.82% -
XYZ 40.92 37.6 23.51 -
YUV 165.91 103.22 158.02 -
System Red Green Blue C M Y K H S L
Decimal 208 153 122 0 0.26 0.41 0.18 21.63 0.48 0.65
Hex D0 99 7A 0 1A 29 12 16 30 41
Octal 320 231 172 0 32 51 22 26 60 101
Binary 11010000 10011001 1111010 0 11010 101001 10010 10110 110000 1000001

Color Harmonies of #D0997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0997A

Black with #D0997A

Text Example


Text Example

White with #D0997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0997A; }

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

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

background-color css

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

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

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

border-color css

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

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

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