Html Css Color HEX #DFA59B Rose

📋 copy color: '#DFA59B'

red 223 ◦ green 165 ◦ blue 155

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

Shades of Rose #DFA59B

Tints of Rose #DFA59B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.55%

R = 41.07%
G = 30.39%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DFA59B (or 0xDFA59B) is known color: Rose. HEX triplet: DF, A5 and 9B. RGB value is (223,165,155). Sum of RGB (Red+Green+Blue) = 223+165+155=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA59B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA59B is #205A64. Grayscale: #B5B5B5. Windows color (decimal): -2120293 or 10200543. OLE color: 10200543.

HSL color Cylindrical-coordinate representation of color #DFA59B: hue angle of 8.82º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFA59B is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 165 155 -
CMYK 0 0.26 0.30 0.13
HSL 8.82º 0.52% 0.74% -
HSV(B) 8.82º 0.3% 0.87% -
XYZ 49.8 44.96 37.06 -
YUV 181.2 113.22 157.81 -
System Red Green Blue C M Y K H S L
Decimal 223 165 155 0 0.26 0.30 0.13 8.82 0.52 0.74
Hex DF A5 9B 0 1A 1E D 9 34 4A
Octal 337 245 233 0 32 36 15 11 64 112
Binary 11011111 10100101 10011011 0 11010 11110 1101 1001 110100 1001010

Color Harmonies of #DFA59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA59B

Black with #DFA59B

Text Example


Text Example

White with #DFA59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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