Html Css Color HEX #DDA699 Rose

📋 copy color: '#DDA699'

red 221 ◦ green 166 ◦ blue 153

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

Shades of Rose #DDA699

Tints of Rose #DDA699

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.74%

 BLUE value IS 153 (60.16% from 255) = 28.33%

R = 40.93%
G = 30.74%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDA699 (or 0xDDA699) is known color: Rose. HEX triplet: DD, A6 and 99. RGB value is (221,166,153). Sum of RGB (Red+Green+Blue) = 221+166+153=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 153 (60.16% from 255 or 28.33% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA699 is #225966. Grayscale: #B5B5B5. Windows color (decimal): -2251111 or 10069725. OLE color: 10069725.

HSL color Cylindrical-coordinate representation of color #DDA699: hue angle of 11.47º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDA699 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 166 153 -
CMYK 0 0.25 0.31 0.13
HSL 11.47º 0.5% 0.73% -
HSV(B) 11.47º 0.31% 0.87% -
XYZ 49.2 44.94 36.22 -
YUV 180.96 112.22 156.56 -
System Red Green Blue C M Y K H S L
Decimal 221 166 153 0 0.25 0.31 0.13 11.47 0.5 0.73
Hex DD A6 99 0 19 1F D B 32 49
Octal 335 246 231 0 31 37 15 13 62 111
Binary 11011101 10100110 10011001 0 11001 11111 1101 1011 110010 1001001

Color Harmonies of #DDA699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA699

Black with #DDA699

Text Example


Text Example

White with #DDA699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA699; }

 p { color: rgb(221,166,153); }

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

background-color css

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

 a { background-color: rgb(221,166,153); }

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

border-color css

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

 span { border-color: rgb(221,166,153); }

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