Html Css Color HEX #DDA693 Rose

📋 copy color: '#DDA693'

red 221 ◦ green 166 ◦ blue 147

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

Shades of Rose #DDA693

Tints of Rose #DDA693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.53%

R = 41.39%
G = 31.09%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDA693 (or 0xDDA693) is known color: Rose. HEX triplet: DD, A6 and 93. RGB value is (221,166,147). Sum of RGB (Red+Green+Blue) = 221+166+147=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA693 is #22596C. Grayscale: #B4B4B4. Windows color (decimal): -2251117 or 9676509. OLE color: 9676509.

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

Color convert

RGB 221 166 147 -
CMYK 0 0.25 0.33 0.13
HSL 15.41º 0.52% 0.72% -
HSV(B) 15.41º 0.33% 0.87% -
XYZ 48.72 44.75 33.67 -
YUV 180.28 109.22 157.04 -
System Red Green Blue C M Y K H S L
Decimal 221 166 147 0 0.25 0.33 0.13 15.41 0.52 0.72
Hex DD A6 93 0 19 21 D F 34 48
Octal 335 246 223 0 31 41 15 17 64 110
Binary 11011101 10100110 10010011 0 11001 100001 1101 1111 110100 1001000

Color Harmonies of #DDA693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA693

Black with #DDA693

Text Example


Text Example

White with #DDA693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA693; }

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

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

background-color css

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

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

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

border-color css

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

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

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