Html Css Color HEX #DD9377 Feldspar

📋 copy color: '#DD9377'

red 221 ◦ green 147 ◦ blue 119

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

Shades of Feldspar #DD9377

Tints of Feldspar #DD9377

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.18%

 BLUE value IS 119 (46.88% from 255) = 24.44%

R = 45.38%
G = 30.18%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD9377 (or 0xDD9377) is known color: Feldspar. HEX triplet: DD, 93 and 77. RGB value is (221,147,119). Sum of RGB (Red+Green+Blue) = 221+147+119=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9377 is #226C88. Grayscale: #A6A6A6. Windows color (decimal): -2256009 or 7836637. OLE color: 7836637.

HSL color Cylindrical-coordinate representation of color #DD9377: hue angle of 16.47º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD9377 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 147 119 -
CMYK 0 0.33 0.46 0.13
HSL 16.47º 0.6% 0.67% -
HSV(B) 16.47º 0.46% 0.87% -
XYZ 43.58 37.57 22.41 -
YUV 165.93 101.52 167.28 -
System Red Green Blue C M Y K H S L
Decimal 221 147 119 0 0.33 0.46 0.13 16.47 0.6 0.67
Hex DD 93 77 0 21 2E D 10 3C 43
Octal 335 223 167 0 41 56 15 20 74 103
Binary 11011101 10010011 1110111 0 100001 101110 1101 10000 111100 1000011

Color Harmonies of #DD9377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9377

Black with #DD9377

Text Example


Text Example

White with #DD9377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9377; }

 p { color: rgb(221,147,119); }

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

background-color css

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

 a { background-color: rgb(221,147,119); }

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

border-color css

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

 span { border-color: rgb(221,147,119); }

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