Html Css Color HEX #DDA794 Rose

📋 copy color: '#DDA794'

red 221 ◦ green 167 ◦ blue 148

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

Shades of Rose #DDA794

Tints of Rose #DDA794

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.16%

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

R = 41.23%
G = 31.16%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDA794 (or 0xDDA794) is known color: Rose. HEX triplet: DD, A7 and 94. RGB value is (221,167,148). Sum of RGB (Red+Green+Blue) = 221+167+148=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 167 (65.62% from 255 or 31.16% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA794 is #22586B. Grayscale: #B5B5B5. Windows color (decimal): -2250860 or 9742301. OLE color: 9742301.

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

Color convert

RGB 221 167 148 -
CMYK 0 0.24 0.33 0.13
HSL 15.62º 0.52% 0.72% -
HSV(B) 15.62º 0.33% 0.87% -
XYZ 48.98 45.15 34.15 -
YUV 180.98 109.39 156.54 -
System Red Green Blue C M Y K H S L
Decimal 221 167 148 0 0.24 0.33 0.13 15.62 0.52 0.72
Hex DD A7 94 0 18 21 D 10 34 48
Octal 335 247 224 0 30 41 15 20 64 110
Binary 11011101 10100111 10010100 0 11000 100001 1101 10000 110100 1001000

Color Harmonies of #DDA794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA794

Black with #DDA794

Text Example


Text Example

White with #DDA794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA794; }

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

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

background-color css

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

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

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

border-color css

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

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

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