Html Css Color HEX #DFA68D Tonys Pink

📋 copy color: '#DFA68D'

red 223 ◦ green 166 ◦ blue 141

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

Shades of Tonys Pink #DFA68D

Tints of Tonys Pink #DFA68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.6%

R = 42.08%
G = 31.32%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DFA68D (or 0xDFA68D) is known color: Tonys Pink. HEX triplet: DF, A6 and 8D. RGB value is (223,166,141). Sum of RGB (Red+Green+Blue) = 223+166+141=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA68D is #205972. Grayscale: #B4B4B4. Windows color (decimal): -2120051 or 9283295. OLE color: 9283295.

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

Color convert

RGB 223 166 141 -
CMYK 0 0.26 0.37 0.13
HSL 18.29º 0.56% 0.71% -
HSV(B) 18.29º 0.37% 0.87% -
XYZ 48.88 44.88 31.29 -
YUV 180.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 223 166 141 0 0.26 0.37 0.13 18.29 0.56 0.71
Hex DF A6 8D 0 1A 25 D 12 38 47
Octal 337 246 215 0 32 45 15 22 70 107
Binary 11011111 10100110 10001101 0 11010 100101 1101 10010 111000 1000111

Color Harmonies of #DFA68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA68D

Black with #DFA68D

Text Example


Text Example

White with #DFA68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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