Html Css Color HEX #DFA595 Rose

📋 copy color: '#DFA595'

red 223 ◦ green 165 ◦ blue 149

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

Shades of Rose #DFA595

Tints of Rose #DFA595

RGB

 RED value IS 223 (87.5% from 255) = 41.53%

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

 BLUE value IS 149 (58.59% from 255) = 27.75%

R = 41.53%
G = 30.73%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DFA595 (or 0xDFA595) is known color: Rose. HEX triplet: DF, A5 and 95. RGB value is (223,165,149). Sum of RGB (Red+Green+Blue) = 223+165+149=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA595 is #205A6A. Grayscale: #B4B4B4. Windows color (decimal): -2120299 or 9807327. OLE color: 9807327.

HSL color Cylindrical-coordinate representation of color #DFA595: hue angle of 12.97º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFA595 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 165 149 -
CMYK 0 0.26 0.33 0.13
HSL 12.97º 0.54% 0.73% -
HSV(B) 12.97º 0.33% 0.87% -
XYZ 49.31 44.77 34.48 -
YUV 180.52 110.22 158.3 -
System Red Green Blue C M Y K H S L
Decimal 223 165 149 0 0.26 0.33 0.13 12.97 0.54 0.73
Hex DF A5 95 0 1A 21 D D 36 49
Octal 337 245 225 0 32 41 15 15 66 111
Binary 11011111 10100101 10010101 0 11010 100001 1101 1101 110110 1001001

Color Harmonies of #DFA595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA595

Black with #DFA595

Text Example


Text Example

White with #DFA595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA595; }

 p { color: rgb(223,165,149); }

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

background-color css

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

 a { background-color: rgb(223,165,149); }

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

border-color css

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

 span { border-color: rgb(223,165,149); }

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