Html Css Color HEX #DCA69B Rose

📋 copy color: '#DCA69B'

red 220 ◦ green 166 ◦ blue 155

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

Shades of Rose #DCA69B

Tints of Rose #DCA69B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.65%

R = 40.67%
G = 30.68%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCA69B (or 0xDCA69B) is known color: Rose. HEX triplet: DC, A6 and 9B. RGB value is (220,166,155). Sum of RGB (Red+Green+Blue) = 220+166+155=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 166 (65.23% from 255 or 30.68% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA69B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA69B is #235964. Grayscale: #B4B4B4. Windows color (decimal): -2316645 or 10200796. OLE color: 10200796.

HSL color Cylindrical-coordinate representation of color #DCA69B: hue angle of 10.15º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCA69B is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 166 155 -
CMYK 0 0.25 0.30 0.14
HSL 10.15º 0.48% 0.74% -
HSV(B) 10.15º 0.3% 0.86% -
XYZ 49.07 44.85 37.08 -
YUV 180.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 220 166 155 0 0.25 0.30 0.14 10.15 0.48 0.74
Hex DC A6 9B 0 19 1E E A 30 4A
Octal 334 246 233 0 31 36 16 12 60 112
Binary 11011100 10100110 10011011 0 11001 11110 1110 1010 110000 1001010

Color Harmonies of #DCA69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA69B

Black with #DCA69B

Text Example


Text Example

White with #DCA69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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