Html Css Color HEX #DCAB98 Rose

📋 copy color: '#DCAB98'

red 220 ◦ green 171 ◦ blue 152

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

Shades of Rose #DCAB98

Tints of Rose #DCAB98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.99%

R = 40.52%
G = 31.49%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DCAB98 (or 0xDCAB98) is known color: Rose. HEX triplet: DC, AB and 98. RGB value is (220,171,152). Sum of RGB (Red+Green+Blue) = 220+171+152=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAB98 is #235467. Grayscale: #B7B7B7. Windows color (decimal): -2315368 or 10005468. OLE color: 10005468.

HSL color Cylindrical-coordinate representation of color #DCAB98: hue angle of 16.76º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCAB98 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 171 152 -
CMYK 0 0.22 0.31 0.14
HSL 16.76º 0.49% 0.73% -
HSV(B) 16.76º 0.31% 0.86% -
XYZ 49.75 46.61 36.08 -
YUV 183.49 110.23 154.04 -
System Red Green Blue C M Y K H S L
Decimal 220 171 152 0 0.22 0.31 0.14 16.76 0.49 0.73
Hex DC AB 98 0 16 1F E 11 31 49
Octal 334 253 230 0 26 37 16 21 61 111
Binary 11011100 10101011 10011000 0 10110 11111 1110 10001 110001 1001001

Color Harmonies of #DCAB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB98

Black with #DCAB98

Text Example


Text Example

White with #DCAB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB98; }

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

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

background-color css

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

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

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

border-color css

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

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

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