Html Css Color HEX #DCA38D Rose

📋 copy color: '#DCA38D'

red 220 ◦ green 163 ◦ blue 141

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

Shades of Rose #DCA38D

Tints of Rose #DCA38D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.11%

 BLUE value IS 141 (55.47% from 255) = 26.91%

R = 41.98%
G = 31.11%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DCA38D (or 0xDCA38D) is known color: Rose. HEX triplet: DC, A3 and 8D. RGB value is (220,163,141). Sum of RGB (Red+Green+Blue) = 220+163+141=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA38D is #235C72. Grayscale: #B1B1B1. Windows color (decimal): -2317427 or 9282524. OLE color: 9282524.

HSL color Cylindrical-coordinate representation of color #DCA38D: hue angle of 16.71º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCA38D is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 163 141 -
CMYK 0 0.26 0.36 0.14
HSL 16.71º 0.53% 0.71% -
HSV(B) 16.71º 0.36% 0.86% -
XYZ 47.42 43.33 31.06 -
YUV 177.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 220 163 141 0 0.26 0.36 0.14 16.71 0.53 0.71
Hex DC A3 8D 0 1A 24 E 11 35 47
Octal 334 243 215 0 32 44 16 21 65 107
Binary 11011100 10100011 10001101 0 11010 100100 1110 10001 110101 1000111

Color Harmonies of #DCA38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA38D

Black with #DCA38D

Text Example


Text Example

White with #DCA38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA38D; }

 p { color: rgb(220,163,141); }

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

background-color css

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

 a { background-color: rgb(220,163,141); }

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

border-color css

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

 span { border-color: rgb(220,163,141); }

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