Html Css Color HEX #DCA093 Rose

📋 copy color: '#DCA093'

red 220 ◦ green 160 ◦ blue 147

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

Shades of Rose #DCA093

Tints of Rose #DCA093

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.36%

 BLUE value IS 147 (57.81% from 255) = 27.89%

R = 41.75%
G = 30.36%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DCA093 (or 0xDCA093) is known color: Rose. HEX triplet: DC, A0 and 93. RGB value is (220,160,147). Sum of RGB (Red+Green+Blue) = 220+160+147=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA093 is #235F6C. Grayscale: #B0B0B0. Windows color (decimal): -2318189 or 9674972. OLE color: 9674972.

HSL color Cylindrical-coordinate representation of color #DCA093: hue angle of 10.68º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCA093 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 160 147 -
CMYK 0 0.27 0.33 0.14
HSL 10.68º 0.51% 0.72% -
HSV(B) 10.68º 0.33% 0.86% -
XYZ 47.35 42.46 33.3 -
YUV 176.46 111.38 159.06 -
System Red Green Blue C M Y K H S L
Decimal 220 160 147 0 0.27 0.33 0.14 10.68 0.51 0.72
Hex DC A0 93 0 1B 21 E B 33 48
Octal 334 240 223 0 33 41 16 13 63 110
Binary 11011100 10100000 10010011 0 11011 100001 1110 1011 110011 1001000

Color Harmonies of #DCA093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA093

Black with #DCA093

Text Example


Text Example

White with #DCA093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA093; }

 p { color: rgb(220,160,147); }

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

background-color css

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

 a { background-color: rgb(220,160,147); }

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

border-color css

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

 span { border-color: rgb(220,160,147); }

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