Html Css Color HEX #DCA69D Rose

📋 copy color: '#DCA69D'

red 220 ◦ green 166 ◦ blue 157

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

Shades of Rose #DCA69D

Tints of Rose #DCA69D

RGB

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

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

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

R = 40.52%
G = 30.57%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DCA69D (or 0xDCA69D) is known color: Rose. HEX triplet: DC, A6 and 9D. RGB value is (220,166,157). Sum of RGB (Red+Green+Blue) = 220+166+157=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 157 (61.72% from 255 or 28.91% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA69D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA69D is #235962. Grayscale: #B5B5B5. Windows color (decimal): -2316643 or 10331868. OLE color: 10331868.

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

Color convert

RGB 220 166 157 -
CMYK 0 0.25 0.29 0.14
HSL 8.57º 0.47% 0.74% -
HSV(B) 8.57º 0.29% 0.86% -
XYZ 49.24 44.92 37.97 -
YUV 181.12 114.39 155.73 -
System Red Green Blue C M Y K H S L
Decimal 220 166 157 0 0.25 0.29 0.14 8.57 0.47 0.74
Hex DC A6 9D 0 19 1D E 9 2F 4A
Octal 334 246 235 0 31 35 16 11 57 112
Binary 11011100 10100110 10011101 0 11001 11101 1110 1001 101111 1001010

Color Harmonies of #DCA69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA69D

Black with #DCA69D

Text Example


Text Example

White with #DCA69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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