Html Css Color HEX #DFA291 Rose

📋 copy color: '#DFA291'

red 223 ◦ green 162 ◦ blue 145

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

Shades of Rose #DFA291

Tints of Rose #DFA291

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.57%

 BLUE value IS 145 (57.03% from 255) = 27.36%

R = 42.08%
G = 30.57%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DFA291 (or 0xDFA291) is known color: Rose. HEX triplet: DF, A2 and 91. RGB value is (223,162,145). Sum of RGB (Red+Green+Blue) = 223+162+145=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 162 (63.67% from 255 or 30.57% from 530); Blue value is 145 (57.03% from 255 or 27.36% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA291 is #205D6E. Grayscale: #B2B2B2. Windows color (decimal): -2121071 or 9544415. OLE color: 9544415.

HSL color Cylindrical-coordinate representation of color #DFA291: hue angle of 13.08º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFA291 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 162 145 -
CMYK 0 0.27 0.35 0.13
HSL 13.08º 0.55% 0.72% -
HSV(B) 13.08º 0.35% 0.87% -
XYZ 48.46 43.57 32.64 -
YUV 178.3 109.21 159.88 -
System Red Green Blue C M Y K H S L
Decimal 223 162 145 0 0.27 0.35 0.13 13.08 0.55 0.72
Hex DF A2 91 0 1B 23 D D 37 48
Octal 337 242 221 0 33 43 15 15 67 110
Binary 11011111 10100010 10010001 0 11011 100011 1101 1101 110111 1001000

Color Harmonies of #DFA291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA291

Black with #DFA291

Text Example


Text Example

White with #DFA291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA291; }

 p { color: rgb(223,162,145); }

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

background-color css

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

 a { background-color: rgb(223,162,145); }

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

border-color css

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

 span { border-color: rgb(223,162,145); }

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