Html Css Color HEX #DD9A74 Feldspar

📋 copy color: '#DD9A74'

red 221 ◦ green 154 ◦ blue 116

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

Shades of Feldspar #DD9A74

Tints of Feldspar #DD9A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.63%

R = 45.01%
G = 31.36%
B = 23.63%

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

#DD9A74 (or 0xDD9A74) is known color: Feldspar. HEX triplet: DD, 9A and 74. RGB value is (221,154,116). Sum of RGB (Red+Green+Blue) = 221+154+116=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9A74 is #22658B. Grayscale: #A9A9A9. Windows color (decimal): -2254220 or 7641821. OLE color: 7641821.

HSL color Cylindrical-coordinate representation of color #DD9A74: hue angle of 21.71º 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 #DD9A74 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 154 116 -
CMYK 0 0.30 0.48 0.13
HSL 21.71º 0.61% 0.66% -
HSV(B) 21.71º 0.48% 0.87% -
XYZ 44.53 39.74 21.85 -
YUV 169.7 97.7 164.59 -
System Red Green Blue C M Y K H S L
Decimal 221 154 116 0 0.30 0.48 0.13 21.71 0.61 0.66
Hex DD 9A 74 0 1E 30 D 16 3D 42
Octal 335 232 164 0 36 60 15 26 75 102
Binary 11011101 10011010 1110100 0 11110 110000 1101 10110 111101 1000010

Color Harmonies of #DD9A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A74

Black with #DD9A74

Text Example


Text Example

White with #DD9A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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