Html Css Color HEX #DD9B6E Feldspar

📋 copy color: '#DD9B6E'

red 221 ◦ green 155 ◦ blue 110

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

Shades of Feldspar #DD9B6E

Tints of Feldspar #DD9B6E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.89%

 BLUE value IS 110 (43.36% from 255) = 22.63%

R = 45.47%
G = 31.89%
B = 22.63%

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

#DD9B6E (or 0xDD9B6E) is known color: Feldspar. HEX triplet: DD, 9B and 6E. RGB value is (221,155,110). Sum of RGB (Red+Green+Blue) = 221+155+110=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9B6E is #226491. Grayscale: #A9A9A9. Windows color (decimal): -2253970 or 7248861. OLE color: 7248861.

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

Color convert

RGB 221 155 110 -
CMYK 0 0.30 0.50 0.13
HSL 24.32º 0.62% 0.65% -
HSV(B) 24.32º 0.5% 0.87% -
XYZ 44.35 39.94 20.12 -
YUV 169.6 94.37 164.66 -
System Red Green Blue C M Y K H S L
Decimal 221 155 110 0 0.30 0.50 0.13 24.32 0.62 0.65
Hex DD 9B 6E 0 1E 32 D 18 3E 41
Octal 335 233 156 0 36 62 15 30 76 101
Binary 11011101 10011011 1101110 0 11110 110010 1101 11000 111110 1000001

Color Harmonies of #DD9B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9B6E

Black with #DD9B6E

Text Example


Text Example

White with #DD9B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9B6E; }

 p { color: rgb(221,155,110); }

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

background-color css

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

 a { background-color: rgb(221,155,110); }

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

border-color css

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

 span { border-color: rgb(221,155,110); }

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