Html Css Color HEX #DFA69B Rose

📋 copy color: '#DFA69B'

red 223 ◦ green 166 ◦ blue 155

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

Shades of Rose #DFA69B

Tints of Rose #DFA69B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.51%

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

R = 40.99%
G = 30.51%
B = 28.49%

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

#DFA69B (or 0xDFA69B) is known color: Rose. HEX triplet: DF, A6 and 9B. RGB value is (223,166,155). Sum of RGB (Red+Green+Blue) = 223+166+155=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA69B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA69B is #205964. Grayscale: #B5B5B5. Windows color (decimal): -2120037 or 10200799. OLE color: 10200799.

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

Color convert

RGB 223 166 155 -
CMYK 0 0.26 0.30 0.13
HSL 9.71º 0.52% 0.74% -
HSV(B) 9.71º 0.3% 0.87% -
XYZ 49.98 45.33 37.12 -
YUV 181.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 223 166 155 0 0.26 0.30 0.13 9.71 0.52 0.74
Hex DF A6 9B 0 1A 1E D A 34 4A
Octal 337 246 233 0 32 36 15 12 64 112
Binary 11011111 10100110 10011011 0 11010 11110 1101 1010 110100 1001010

Color Harmonies of #DFA69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA69B

Black with #DFA69B

Text Example


Text Example

White with #DFA69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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