Html Css Color HEX #DFA58F Tonys Pink

📋 copy color: '#DFA58F'

red 223 ◦ green 165 ◦ blue 143

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

Shades of Tonys Pink #DFA58F

Tints of Tonys Pink #DFA58F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.07%

 BLUE value IS 143 (56.25% from 255) = 26.93%

R = 42%
G = 31.07%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DFA58F (or 0xDFA58F) is known color: Tonys Pink. HEX triplet: DF, A5 and 8F. RGB value is (223,165,143). Sum of RGB (Red+Green+Blue) = 223+165+143=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 143 (56.25% from 255 or 26.93% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA58F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA58F is #205A70. Grayscale: #B3B3B3. Windows color (decimal): -2120305 or 9414111. OLE color: 9414111.

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

Color convert

RGB 223 165 143 -
CMYK 0 0.26 0.36 0.13
HSL 16.5º 0.56% 0.72% -
HSV(B) 16.5º 0.36% 0.87% -
XYZ 48.84 44.58 32.02 -
YUV 179.83 107.22 158.79 -
System Red Green Blue C M Y K H S L
Decimal 223 165 143 0 0.26 0.36 0.13 16.5 0.56 0.72
Hex DF A5 8F 0 1A 24 D 10 38 48
Octal 337 245 217 0 32 44 15 20 70 110
Binary 11011111 10100101 10001111 0 11010 100100 1101 10000 111000 1001000

Color Harmonies of #DFA58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA58F

Black with #DFA58F

Text Example


Text Example

White with #DFA58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA58F; }

 p { color: rgb(223,165,143); }

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

background-color css

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

 a { background-color: rgb(223,165,143); }

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

border-color css

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

 span { border-color: rgb(223,165,143); }

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