Html Css Color HEX #DCA29E Rose

📋 copy color: '#DCA29E'

red 220 ◦ green 162 ◦ blue 158

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

Shades of Rose #DCA29E

Tints of Rose #DCA29E

RGB

 RED value IS 220 (86.33% from 255) = 40.74%

 GREEN value IS 162 (63.67% from 255) = 30%

 BLUE value IS 158 (62.11% from 255) = 29.26%

R = 40.74%
G = 30%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DCA29E (or 0xDCA29E) is known color: Rose. HEX triplet: DC, A2 and 9E. RGB value is (220,162,158). Sum of RGB (Red+Green+Blue) = 220+162+158=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 158 (62.11% from 255 or 29.26% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA29E is #235D61. Grayscale: #B2B2B2. Windows color (decimal): -2317666 or 10396380. OLE color: 10396380.

HSL color Cylindrical-coordinate representation of color #DCA29E: hue angle of 3.87º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCA29E is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 162 158 -
CMYK 0 0.26 0.28 0.14
HSL 3.87º 0.47% 0.74% -
HSV(B) 3.87º 0.28% 0.86% -
XYZ 48.61 43.52 38.19 -
YUV 178.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 220 162 158 0 0.26 0.28 0.14 3.87 0.47 0.74
Hex DC A2 9E 0 1A 1C E 4 2F 4A
Octal 334 242 236 0 32 34 16 4 57 112
Binary 11011100 10100010 10011110 0 11010 11100 1110 100 101111 1001010

Color Harmonies of #DCA29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA29E

Black with #DCA29E

Text Example


Text Example

White with #DCA29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA29E; }

 p { color: rgb(220,162,158); }

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

background-color css

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

 a { background-color: rgb(220,162,158); }

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

border-color css

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

 span { border-color: rgb(220,162,158); }

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