Html Css Color HEX #DCA790 Rose

📋 copy color: '#DCA790'

red 220 ◦ green 167 ◦ blue 144

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

Shades of Rose #DCA790

Tints of Rose #DCA790

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.45%

 BLUE value IS 144 (56.64% from 255) = 27.12%

R = 41.43%
G = 31.45%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DCA790 (or 0xDCA790) is known color: Rose. HEX triplet: DC, A7 and 90. RGB value is (220,167,144). Sum of RGB (Red+Green+Blue) = 220+167+144=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 167 (65.62% from 255 or 31.45% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA790 is #23586F. Grayscale: #B4B4B4. Windows color (decimal): -2316400 or 9480156. OLE color: 9480156.

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

Color convert

RGB 220 167 144 -
CMYK 0 0.24 0.35 0.14
HSL 18.16º 0.52% 0.71% -
HSV(B) 18.16º 0.35% 0.86% -
XYZ 48.37 44.87 32.5 -
YUV 180.23 107.56 156.37 -
System Red Green Blue C M Y K H S L
Decimal 220 167 144 0 0.24 0.35 0.14 18.16 0.52 0.71
Hex DC A7 90 0 18 23 E 12 34 47
Octal 334 247 220 0 30 43 16 22 64 107
Binary 11011100 10100111 10010000 0 11000 100011 1110 10010 110100 1000111

Color Harmonies of #DCA790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA790

Black with #DCA790

Text Example


Text Example

White with #DCA790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA790; }

 p { color: rgb(220,167,144); }

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

background-color css

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

 a { background-color: rgb(220,167,144); }

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

border-color css

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

 span { border-color: rgb(220,167,144); }

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