Html Css Color HEX #DCA29D Rose

📋 copy color: '#DCA29D'

red 220 ◦ green 162 ◦ blue 157

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

Shades of Rose #DCA29D

Tints of Rose #DCA29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.13%

R = 40.82%
G = 30.06%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DCA29D (or 0xDCA29D) is known color: Rose. HEX triplet: DC, A2 and 9D. RGB value is (220,162,157). Sum of RGB (Red+Green+Blue) = 220+162+157=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 162 (63.67% from 255 or 30.06% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA29D is #235D62. Grayscale: #B2B2B2. Windows color (decimal): -2317667 or 10330844. OLE color: 10330844.

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

Color convert

RGB 220 162 157 -
CMYK 0 0.26 0.29 0.14
HSL 4.76º 0.47% 0.74% -
HSV(B) 4.76º 0.29% 0.86% -
XYZ 48.52 43.49 37.74 -
YUV 178.77 115.72 157.41 -
System Red Green Blue C M Y K H S L
Decimal 220 162 157 0 0.26 0.29 0.14 4.76 0.47 0.74
Hex DC A2 9D 0 1A 1D E 5 2F 4A
Octal 334 242 235 0 32 35 16 5 57 112
Binary 11011100 10100010 10011101 0 11010 11101 1110 101 101111 1001010

Color Harmonies of #DCA29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA29D

Black with #DCA29D

Text Example


Text Example

White with #DCA29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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