Html Css Color HEX #DEA38A Tonys Pink

📋 copy color: '#DEA38A'

red 222 ◦ green 163 ◦ blue 138

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

Shades of Tonys Pink #DEA38A

Tints of Tonys Pink #DEA38A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.17%

 BLUE value IS 138 (54.3% from 255) = 26.39%

R = 42.45%
G = 31.17%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DEA38A (or 0xDEA38A) is known color: Tonys Pink. HEX triplet: DE, A3 and 8A. RGB value is (222,163,138). Sum of RGB (Red+Green+Blue) = 222+163+138=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA38A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA38A is #215C75. Grayscale: #B1B1B1. Windows color (decimal): -2186358 or 9085918. OLE color: 9085918.

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

Color convert

RGB 222 163 138 -
CMYK 0 0.27 0.38 0.13
HSL 17.86º 0.56% 0.71% -
HSV(B) 17.86º 0.38% 0.87% -
XYZ 47.81 43.56 29.93 -
YUV 177.79 105.55 159.53 -
System Red Green Blue C M Y K H S L
Decimal 222 163 138 0 0.27 0.38 0.13 17.86 0.56 0.71
Hex DE A3 8A 0 1B 26 D 12 38 47
Octal 336 243 212 0 33 46 15 22 70 107
Binary 11011110 10100011 10001010 0 11011 100110 1101 10010 111000 1000111

Color Harmonies of #DEA38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA38A

Black with #DEA38A

Text Example


Text Example

White with #DEA38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA38A; }

 p { color: rgb(222,163,138); }

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

background-color css

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

 a { background-color: rgb(222,163,138); }

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

border-color css

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

 span { border-color: rgb(222,163,138); }

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