Html Css Color HEX #DEA59A Rose

📋 copy color: '#DEA59A'

red 222 ◦ green 165 ◦ blue 154

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

Shades of Rose #DEA59A

Tints of Rose #DEA59A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.47%

R = 41.04%
G = 30.5%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DEA59A (or 0xDEA59A) is known color: Rose. HEX triplet: DE, A5 and 9A. RGB value is (222,165,154). Sum of RGB (Red+Green+Blue) = 222+165+154=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA59A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA59A is #215A65. Grayscale: #B4B4B4. Windows color (decimal): -2185830 or 10135006. OLE color: 10135006.

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

Color convert

RGB 222 165 154 -
CMYK 0 0.26 0.31 0.13
HSL 9.71º 0.51% 0.74% -
HSV(B) 9.71º 0.31% 0.87% -
XYZ 49.41 44.77 36.61 -
YUV 180.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 222 165 154 0 0.26 0.31 0.13 9.71 0.51 0.74
Hex DE A5 9A 0 1A 1F D A 33 4A
Octal 336 245 232 0 32 37 15 12 63 112
Binary 11011110 10100101 10011010 0 11010 11111 1101 1010 110011 1001010

Color Harmonies of #DEA59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA59A

Black with #DEA59A

Text Example


Text Example

White with #DEA59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA59A; }

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

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

background-color css

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

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

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

border-color css

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

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

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