Html Css Color HEX #DCAD99 Rose

📋 copy color: '#DCAD99'

red 220 ◦ green 173 ◦ blue 153

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

Shades of Rose #DCAD99

Tints of Rose #DCAD99

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.68%

 BLUE value IS 153 (60.16% from 255) = 28.02%

R = 40.29%
G = 31.68%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCAD99 (or 0xDCAD99) is known color: Rose. HEX triplet: DC, AD and 99. RGB value is (220,173,153). Sum of RGB (Red+Green+Blue) = 220+173+153=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 153 (60.16% from 255 or 28.02% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAD99 is #235266. Grayscale: #B8B8B8. Windows color (decimal): -2314855 or 10071516. OLE color: 10071516.

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

Color convert

RGB 220 173 153 -
CMYK 0 0.21 0.30 0.14
HSL 17.91º 0.49% 0.73% -
HSV(B) 17.91º 0.3% 0.86% -
XYZ 50.21 47.4 36.64 -
YUV 184.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 220 173 153 0 0.21 0.30 0.14 17.91 0.49 0.73
Hex DC AD 99 0 15 1E E 12 31 49
Octal 334 255 231 0 25 36 16 22 61 111
Binary 11011100 10101101 10011001 0 10101 11110 1110 10010 110001 1001001

Color Harmonies of #DCAD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD99

Black with #DCAD99

Text Example


Text Example

White with #DCAD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD99; }

 p { color: rgb(220,173,153); }

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

background-color css

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

 a { background-color: rgb(220,173,153); }

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

border-color css

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

 span { border-color: rgb(220,173,153); }

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