Html Css Color HEX #DFA692 Rose

📋 copy color: '#DFA692'

red 223 ◦ green 166 ◦ blue 146

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

Shades of Rose #DFA692

Tints of Rose #DFA692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.29%

R = 41.68%
G = 31.03%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DFA692 (or 0xDFA692) is known color: Rose. HEX triplet: DF, A6 and 92. RGB value is (223,166,146). Sum of RGB (Red+Green+Blue) = 223+166+146=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA692 is #20596D. Grayscale: #B4B4B4. Windows color (decimal): -2120046 or 9610975. OLE color: 9610975.

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

Color convert

RGB 223 166 146 -
CMYK 0 0.26 0.35 0.13
HSL 15.58º 0.55% 0.72% -
HSV(B) 15.58º 0.35% 0.87% -
XYZ 49.26 45.04 33.29 -
YUV 180.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 223 166 146 0 0.26 0.35 0.13 15.58 0.55 0.72
Hex DF A6 92 0 1A 23 D 10 37 48
Octal 337 246 222 0 32 43 15 20 67 110
Binary 11011111 10100110 10010010 0 11010 100011 1101 10000 110111 1001000

Color Harmonies of #DFA692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA692

Black with #DFA692

Text Example


Text Example

White with #DFA692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA692; }

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

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

background-color css

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

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

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

border-color css

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

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

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