Html Css Color HEX #DD9A6F Feldspar

📋 copy color: '#DD9A6F'

red 221 ◦ green 154 ◦ blue 111

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

Shades of Feldspar #DD9A6F

Tints of Feldspar #DD9A6F

RGB

 RED value IS 221 (86.72% from 255) = 45.47%

 GREEN value IS 154 (60.55% from 255) = 31.69%

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

R = 45.47%
G = 31.69%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD9A6F (or 0xDD9A6F) is known color: Feldspar. HEX triplet: DD, 9A and 6F. RGB value is (221,154,111). Sum of RGB (Red+Green+Blue) = 221+154+111=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9A6F is #226590. Grayscale: #A9A9A9. Windows color (decimal): -2254225 or 7314141. OLE color: 7314141.

HSL color Cylindrical-coordinate representation of color #DD9A6F: hue angle of 23.45º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD9A6F is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 154 111 -
CMYK 0 0.30 0.50 0.13
HSL 23.45º 0.62% 0.65% -
HSV(B) 23.45º 0.5% 0.87% -
XYZ 44.24 39.63 20.36 -
YUV 169.13 95.2 165 -
System Red Green Blue C M Y K H S L
Decimal 221 154 111 0 0.30 0.50 0.13 23.45 0.62 0.65
Hex DD 9A 6F 0 1E 32 D 17 3E 41
Octal 335 232 157 0 36 62 15 27 76 101
Binary 11011101 10011010 1101111 0 11110 110010 1101 10111 111110 1000001

Color Harmonies of #DD9A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A6F

Black with #DD9A6F

Text Example


Text Example

White with #DD9A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A6F; }

 p { color: rgb(221,154,111); }

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

background-color css

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

 a { background-color: rgb(221,154,111); }

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

border-color css

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

 span { border-color: rgb(221,154,111); }

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