Html Css Color HEX #DDA694 Rose

📋 copy color: '#DDA694'

red 221 ◦ green 166 ◦ blue 148

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

Shades of Rose #DDA694

Tints of Rose #DDA694

RGB

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

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

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

R = 41.31%
G = 31.03%
B = 27.66%

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

#DDA694 (or 0xDDA694) is known color: Rose. HEX triplet: DD, A6 and 94. RGB value is (221,166,148). Sum of RGB (Red+Green+Blue) = 221+166+148=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA694 is #22596B. Grayscale: #B4B4B4. Windows color (decimal): -2251116 or 9742045. OLE color: 9742045.

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

Color convert

RGB 221 166 148 -
CMYK 0 0.25 0.33 0.13
HSL 14.79º 0.52% 0.72% -
HSV(B) 14.79º 0.33% 0.87% -
XYZ 48.8 44.78 34.09 -
YUV 180.39 109.72 156.96 -
System Red Green Blue C M Y K H S L
Decimal 221 166 148 0 0.25 0.33 0.13 14.79 0.52 0.72
Hex DD A6 94 0 19 21 D F 34 48
Octal 335 246 224 0 31 41 15 17 64 110
Binary 11011101 10100110 10010100 0 11001 100001 1101 1111 110100 1001000

Color Harmonies of #DDA694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA694

Black with #DDA694

Text Example


Text Example

White with #DDA694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA694; }

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

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

background-color css

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

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

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

border-color css

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

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

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