Html Css Color HEX #DD9A72 Feldspar

📋 copy color: '#DD9A72'

red 221 ◦ green 154 ◦ blue 114

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

Shades of Feldspar #DD9A72

Tints of Feldspar #DD9A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.31%

R = 45.19%
G = 31.49%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD9A72 (or 0xDD9A72) is known color: Feldspar. HEX triplet: DD, 9A and 72. RGB value is (221,154,114). Sum of RGB (Red+Green+Blue) = 221+154+114=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9A72 is #22658D. Grayscale: #A9A9A9. Windows color (decimal): -2254222 or 7510749. OLE color: 7510749.

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

Color convert

RGB 221 154 114 -
CMYK 0 0.30 0.48 0.13
HSL 22.43º 0.61% 0.66% -
HSV(B) 22.43º 0.48% 0.87% -
XYZ 44.41 39.7 21.24 -
YUV 169.47 96.7 164.75 -
System Red Green Blue C M Y K H S L
Decimal 221 154 114 0 0.30 0.48 0.13 22.43 0.61 0.66
Hex DD 9A 72 0 1E 30 D 16 3D 42
Octal 335 232 162 0 36 60 15 26 75 102
Binary 11011101 10011010 1110010 0 11110 110000 1101 10110 111101 1000010

Color Harmonies of #DD9A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A72

Black with #DD9A72

Text Example


Text Example

White with #DD9A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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