Html Css Color HEX #DCAB9B Rose

📋 copy color: '#DCAB9B'

red 220 ◦ green 171 ◦ blue 155

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

Shades of Rose #DCAB9B

Tints of Rose #DCAB9B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.32%

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

R = 40.29%
G = 31.32%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCAB9B (or 0xDCAB9B) is known color: Rose. HEX triplet: DC, AB and 9B. RGB value is (220,171,155). Sum of RGB (Red+Green+Blue) = 220+171+155=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAB9B is #235464. Grayscale: #B7B7B7. Windows color (decimal): -2315365 or 10202076. OLE color: 10202076.

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

Color convert

RGB 220 171 155 -
CMYK 0 0.22 0.30 0.14
HSL 14.77º 0.48% 0.74% -
HSV(B) 14.77º 0.3% 0.86% -
XYZ 49.99 46.71 37.39 -
YUV 183.83 111.73 153.8 -
System Red Green Blue C M Y K H S L
Decimal 220 171 155 0 0.22 0.30 0.14 14.77 0.48 0.74
Hex DC AB 9B 0 16 1E E F 30 4A
Octal 334 253 233 0 26 36 16 17 60 112
Binary 11011100 10101011 10011011 0 10110 11110 1110 1111 110000 1001010

Color Harmonies of #DCAB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB9B

Black with #DCAB9B

Text Example


Text Example

White with #DCAB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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