Html Css Color HEX #DDA592 Rose

📋 copy color: '#DDA592'

red 221 ◦ green 165 ◦ blue 146

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

Shades of Rose #DDA592

Tints of Rose #DDA592

RGB

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

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

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

R = 41.54%
G = 31.02%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DDA592 (or 0xDDA592) is known color: Rose. HEX triplet: DD, A5 and 92. RGB value is (221,165,146). Sum of RGB (Red+Green+Blue) = 221+165+146=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA592 is #225A6D. Grayscale: #B3B3B3. Windows color (decimal): -2251374 or 9610717. OLE color: 9610717.

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

Color convert

RGB 221 165 146 -
CMYK 0 0.25 0.34 0.13
HSL 15.2º 0.52% 0.72% -
HSV(B) 15.2º 0.34% 0.87% -
XYZ 48.46 44.36 33.2 -
YUV 179.58 109.05 157.54 -
System Red Green Blue C M Y K H S L
Decimal 221 165 146 0 0.25 0.34 0.13 15.2 0.52 0.72
Hex DD A5 92 0 19 22 D F 34 48
Octal 335 245 222 0 31 42 15 17 64 110
Binary 11011101 10100101 10010010 0 11001 100010 1101 1111 110100 1001000

Color Harmonies of #DDA592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA592

Black with #DDA592

Text Example


Text Example

White with #DDA592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA592; }

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

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

background-color css

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

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

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

border-color css

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

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

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