Html Css Color HEX #DFA89B Rose

📋 copy color: '#DFA89B'

red 223 ◦ green 168 ◦ blue 155

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

Shades of Rose #DFA89B

Tints of Rose #DFA89B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.77%

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

R = 40.84%
G = 30.77%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DFA89B (or 0xDFA89B) is known color: Rose. HEX triplet: DF, A8 and 9B. RGB value is (223,168,155). Sum of RGB (Red+Green+Blue) = 223+168+155=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA89B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA89B is #205764. Grayscale: #B7B7B7. Windows color (decimal): -2119525 or 10201311. OLE color: 10201311.

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

Color convert

RGB 223 168 155 -
CMYK 0 0.25 0.30 0.13
HSL 11.47º 0.52% 0.74% -
HSV(B) 11.47º 0.3% 0.87% -
XYZ 50.35 46.06 37.25 -
YUV 182.96 112.22 156.56 -
System Red Green Blue C M Y K H S L
Decimal 223 168 155 0 0.25 0.30 0.13 11.47 0.52 0.74
Hex DF A8 9B 0 19 1E D B 34 4A
Octal 337 250 233 0 31 36 15 13 64 112
Binary 11011111 10101000 10011011 0 11001 11110 1101 1011 110100 1001010

Color Harmonies of #DFA89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA89B

Black with #DFA89B

Text Example


Text Example

White with #DFA89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA89B; }

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

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

background-color css

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

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

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

border-color css

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

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

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