Html Css Color HEX #DEA58D Tonys Pink

📋 copy color: '#DEA58D'

red 222 ◦ green 165 ◦ blue 141

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

Shades of Tonys Pink #DEA58D

Tints of Tonys Pink #DEA58D

RGB

 RED value IS 222 (87.11% from 255) = 42.05%

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

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

R = 42.05%
G = 31.25%
B = 26.7%

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

#DEA58D (or 0xDEA58D) is known color: Tonys Pink. HEX triplet: DE, A5 and 8D. RGB value is (222,165,141). Sum of RGB (Red+Green+Blue) = 222+165+141=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA58D is #215A72. Grayscale: #B3B3B3. Windows color (decimal): -2185843 or 9283038. OLE color: 9283038.

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

Color convert

RGB 222 165 141 -
CMYK 0 0.26 0.36 0.13
HSL 17.78º 0.55% 0.71% -
HSV(B) 17.78º 0.36% 0.87% -
XYZ 48.39 44.36 31.21 -
YUV 179.31 106.38 158.45 -
System Red Green Blue C M Y K H S L
Decimal 222 165 141 0 0.26 0.36 0.13 17.78 0.55 0.71
Hex DE A5 8D 0 1A 24 D 12 37 47
Octal 336 245 215 0 32 44 15 22 67 107
Binary 11011110 10100101 10001101 0 11010 100100 1101 10010 110111 1000111

Color Harmonies of #DEA58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA58D

Black with #DEA58D

Text Example


Text Example

White with #DEA58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA58D; }

 p { color: rgb(222,165,141); }

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

background-color css

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

 a { background-color: rgb(222,165,141); }

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

border-color css

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

 span { border-color: rgb(222,165,141); }

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