Html Css Color HEX #DCA498 Rose

📋 copy color: '#DCA498'

red 220 ◦ green 164 ◦ blue 152

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

Shades of Rose #DCA498

Tints of Rose #DCA498

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.6%

 BLUE value IS 152 (59.77% from 255) = 28.36%

R = 41.04%
G = 30.6%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DCA498 (or 0xDCA498) is known color: Rose. HEX triplet: DC, A4 and 98. RGB value is (220,164,152). Sum of RGB (Red+Green+Blue) = 220+164+152=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA498 is #235B67. Grayscale: #B3B3B3. Windows color (decimal): -2317160 or 10003676. OLE color: 10003676.

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

Color convert

RGB 220 164 152 -
CMYK 0 0.25 0.31 0.14
HSL 10.59º 0.49% 0.73% -
HSV(B) 10.59º 0.31% 0.86% -
XYZ 48.46 44.03 35.65 -
YUV 179.38 112.55 156.98 -
System Red Green Blue C M Y K H S L
Decimal 220 164 152 0 0.25 0.31 0.14 10.59 0.49 0.73
Hex DC A4 98 0 19 1F E B 31 49
Octal 334 244 230 0 31 37 16 13 61 111
Binary 11011100 10100100 10011000 0 11001 11111 1110 1011 110001 1001001

Color Harmonies of #DCA498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA498

Black with #DCA498

Text Example


Text Example

White with #DCA498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA498; }

 p { color: rgb(220,164,152); }

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

background-color css

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

 a { background-color: rgb(220,164,152); }

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

border-color css

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

 span { border-color: rgb(220,164,152); }

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