Html Css Color HEX #DDA692 Rose

📋 copy color: '#DDA692'

red 221 ◦ green 166 ◦ blue 146

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

Shades of Rose #DDA692

Tints of Rose #DDA692

RGB

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

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

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

R = 41.46%
G = 31.14%
B = 27.39%

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

#DDA692 (or 0xDDA692) is known color: Rose. HEX triplet: DD, A6 and 92. RGB value is (221,166,146). Sum of RGB (Red+Green+Blue) = 221+166+146=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA692 is #22596D. Grayscale: #B4B4B4. Windows color (decimal): -2251118 or 9610973. OLE color: 9610973.

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

Color convert

RGB 221 166 146 -
CMYK 0 0.25 0.34 0.13
HSL 16º 0.52% 0.72% -
HSV(B) 16º 0.34% 0.87% -
XYZ 48.64 44.72 33.26 -
YUV 180.17 108.72 157.13 -
System Red Green Blue C M Y K H S L
Decimal 221 166 146 0 0.25 0.34 0.13 16 0.52 0.72
Hex DD A6 92 0 19 22 D 10 34 48
Octal 335 246 222 0 31 42 15 20 64 110
Binary 11011101 10100110 10010010 0 11001 100010 1101 10000 110100 1001000

Color Harmonies of #DDA692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA692

Black with #DDA692

Text Example


Text Example

White with #DDA692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA692; }

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

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

background-color css

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

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

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

border-color css

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

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

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