Html Css Color HEX #DCA89D Rose

📋 copy color: '#DCA89D'

red 220 ◦ green 168 ◦ blue 157

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

Shades of Rose #DCA89D

Tints of Rose #DCA89D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.83%

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

R = 40.37%
G = 30.83%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DCA89D (or 0xDCA89D) is known color: Rose. HEX triplet: DC, A8 and 9D. RGB value is (220,168,157). Sum of RGB (Red+Green+Blue) = 220+168+157=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA89D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA89D is #235762. Grayscale: #B6B6B6. Windows color (decimal): -2316131 or 10332380. OLE color: 10332380.

HSL color Cylindrical-coordinate representation of color #DCA89D: hue angle of 10.48º 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 #DCA89D is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 168 157 -
CMYK 0 0.24 0.29 0.14
HSL 10.48º 0.47% 0.74% -
HSV(B) 10.48º 0.29% 0.86% -
XYZ 49.6 45.66 38.1 -
YUV 182.29 113.73 154.89 -
System Red Green Blue C M Y K H S L
Decimal 220 168 157 0 0.24 0.29 0.14 10.48 0.47 0.74
Hex DC A8 9D 0 18 1D E A 2F 4A
Octal 334 250 235 0 30 35 16 12 57 112
Binary 11011100 10101000 10011101 0 11000 11101 1110 1010 101111 1001010

Color Harmonies of #DCA89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA89D

Black with #DCA89D

Text Example


Text Example

White with #DCA89D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA89D; }

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

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

background-color css

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

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

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

border-color css

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

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

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