Html Css Color HEX #DCA594 Rose

📋 copy color: '#DCA594'

red 220 ◦ green 165 ◦ blue 148

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

Shades of Rose #DCA594

Tints of Rose #DCA594

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.96%

 BLUE value IS 148 (58.2% from 255) = 27.77%

R = 41.28%
G = 30.96%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DCA594 (or 0xDCA594) is known color: Rose. HEX triplet: DC, A5 and 94. RGB value is (220,165,148). Sum of RGB (Red+Green+Blue) = 220+165+148=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA594 is #235A6B. Grayscale: #B3B3B3. Windows color (decimal): -2316908 or 9741788. OLE color: 9741788.

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

Color convert

RGB 220 165 148 -
CMYK 0 0.25 0.33 0.14
HSL 14.17º 0.51% 0.72% -
HSV(B) 14.17º 0.33% 0.86% -
XYZ 48.32 44.26 34.01 -
YUV 179.51 110.22 156.88 -
System Red Green Blue C M Y K H S L
Decimal 220 165 148 0 0.25 0.33 0.14 14.17 0.51 0.72
Hex DC A5 94 0 19 21 E E 33 48
Octal 334 245 224 0 31 41 16 16 63 110
Binary 11011100 10100101 10010100 0 11001 100001 1110 1110 110011 1001000

Color Harmonies of #DCA594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA594

Black with #DCA594

Text Example


Text Example

White with #DCA594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA594; }

 p { color: rgb(220,165,148); }

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

background-color css

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

 a { background-color: rgb(220,165,148); }

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

border-color css

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

 span { border-color: rgb(220,165,148); }

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