Html Css Color HEX #DD9A70 Feldspar

📋 copy color: '#DD9A70'

red 221 ◦ green 154 ◦ blue 112

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

Shades of Feldspar #DD9A70

Tints of Feldspar #DD9A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23%

R = 45.38%
G = 31.62%
B = 23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD9A70 (or 0xDD9A70) is known color: Feldspar. HEX triplet: DD, 9A and 70. RGB value is (221,154,112). Sum of RGB (Red+Green+Blue) = 221+154+112=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9A70 is #22658F. Grayscale: #A9A9A9. Windows color (decimal): -2254224 or 7379677. OLE color: 7379677.

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

Color convert

RGB 221 154 112 -
CMYK 0 0.30 0.49 0.13
HSL 23.12º 0.62% 0.65% -
HSV(B) 23.12º 0.49% 0.87% -
XYZ 44.3 39.65 20.65 -
YUV 169.25 95.7 164.92 -
System Red Green Blue C M Y K H S L
Decimal 221 154 112 0 0.30 0.49 0.13 23.12 0.62 0.65
Hex DD 9A 70 0 1E 31 D 17 3E 41
Octal 335 232 160 0 36 61 15 27 76 101
Binary 11011101 10011010 1110000 0 11110 110001 1101 10111 111110 1000001

Color Harmonies of #DD9A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A70

Black with #DD9A70

Text Example


Text Example

White with #DD9A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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