Html Css Color HEX #DDA594 Rose

📋 copy color: '#DDA594'

red 221 ◦ green 165 ◦ blue 148

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

Shades of Rose #DDA594

Tints of Rose #DDA594

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.9%

 BLUE value IS 148 (58.2% from 255) = 27.72%

R = 41.39%
G = 30.9%
B = 27.72%

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

#DDA594 (or 0xDDA594) is known color: Rose. HEX triplet: DD, A5 and 94. RGB value is (221,165,148). Sum of RGB (Red+Green+Blue) = 221+165+148=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA594 is #225A6B. Grayscale: #B3B3B3. Windows color (decimal): -2251372 or 9741789. OLE color: 9741789.

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

Color convert

RGB 221 165 148 -
CMYK 0 0.25 0.33 0.13
HSL 13.97º 0.52% 0.72% -
HSV(B) 13.97º 0.33% 0.87% -
XYZ 48.62 44.42 34.03 -
YUV 179.81 110.05 157.38 -
System Red Green Blue C M Y K H S L
Decimal 221 165 148 0 0.25 0.33 0.13 13.97 0.52 0.72
Hex DD A5 94 0 19 21 D E 34 48
Octal 335 245 224 0 31 41 15 16 64 110
Binary 11011101 10100101 10010100 0 11001 100001 1101 1110 110100 1001000

Color Harmonies of #DDA594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA594

Black with #DDA594

Text Example


Text Example

White with #DDA594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA594; }

 p { color: rgb(221,165,148); }

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

background-color css

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

 a { background-color: rgb(221,165,148); }

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

border-color css

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

 span { border-color: rgb(221,165,148); }

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