Html Css Color HEX #DDA392 Rose

📋 copy color: '#DDA392'

red 221 ◦ green 163 ◦ blue 146

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

Shades of Rose #DDA392

Tints of Rose #DDA392

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.75%

 BLUE value IS 146 (57.42% from 255) = 27.55%

R = 41.7%
G = 30.75%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DDA392 (or 0xDDA392) is known color: Rose. HEX triplet: DD, A3 and 92. RGB value is (221,163,146). Sum of RGB (Red+Green+Blue) = 221+163+146=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 163 (64.06% from 255 or 30.75% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA392 is #225C6D. Grayscale: #B2B2B2. Windows color (decimal): -2251886 or 9610205. OLE color: 9610205.

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

Color convert

RGB 221 163 146 -
CMYK 0 0.26 0.34 0.13
HSL 13.6º 0.52% 0.72% -
HSV(B) 13.6º 0.34% 0.87% -
XYZ 48.1 43.64 33.08 -
YUV 178.4 109.72 158.38 -
System Red Green Blue C M Y K H S L
Decimal 221 163 146 0 0.26 0.34 0.13 13.6 0.52 0.72
Hex DD A3 92 0 1A 22 D E 34 48
Octal 335 243 222 0 32 42 15 16 64 110
Binary 11011101 10100011 10010010 0 11010 100010 1101 1110 110100 1001000

Color Harmonies of #DDA392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA392

Black with #DDA392

Text Example


Text Example

White with #DDA392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA392; }

 p { color: rgb(221,163,146); }

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

background-color css

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

 a { background-color: rgb(221,163,146); }

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

border-color css

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

 span { border-color: rgb(221,163,146); }

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