Html Css Color HEX #DFA39B Rose

📋 copy color: '#DFA39B'

red 223 ◦ green 163 ◦ blue 155

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

Shades of Rose #DFA39B

Tints of Rose #DFA39B

RGB

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

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

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

R = 41.22%
G = 30.13%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DFA39B (or 0xDFA39B) is known color: Rose. HEX triplet: DF, A3 and 9B. RGB value is (223,163,155). Sum of RGB (Red+Green+Blue) = 223+163+155=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA39B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA39B is #205C64. Grayscale: #B4B4B4. Windows color (decimal): -2120805 or 10200031. OLE color: 10200031.

HSL color Cylindrical-coordinate representation of color #DFA39B: hue angle of 7.06º 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 #DFA39B is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 163 155 -
CMYK 0 0.27 0.30 0.13
HSL 7.06º 0.52% 0.74% -
HSV(B) 7.06º 0.3% 0.87% -
XYZ 49.45 44.25 36.95 -
YUV 180.03 113.88 158.65 -
System Red Green Blue C M Y K H S L
Decimal 223 163 155 0 0.27 0.30 0.13 7.06 0.52 0.74
Hex DF A3 9B 0 1B 1E D 7 34 4A
Octal 337 243 233 0 33 36 15 7 64 112
Binary 11011111 10100011 10011011 0 11011 11110 1101 111 110100 1001010

Color Harmonies of #DFA39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA39B

Black with #DFA39B

Text Example


Text Example

White with #DFA39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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