Html Css Color HEX #DEA592 Rose

📋 copy color: '#DEA592'

red 222 ◦ green 165 ◦ blue 146

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

Shades of Rose #DEA592

Tints of Rose #DEA592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.39%

R = 41.65%
G = 30.96%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DEA592 (or 0xDEA592) is known color: Rose. HEX triplet: DE, A5 and 92. RGB value is (222,165,146). Sum of RGB (Red+Green+Blue) = 222+165+146=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA592 is #215A6D. Grayscale: #B4B4B4. Windows color (decimal): -2185838 or 9610718. OLE color: 9610718.

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

Color convert

RGB 222 165 146 -
CMYK 0 0.26 0.34 0.13
HSL 15º 0.54% 0.72% -
HSV(B) 15º 0.34% 0.87% -
XYZ 48.77 44.52 33.22 -
YUV 179.88 108.88 158.04 -
System Red Green Blue C M Y K H S L
Decimal 222 165 146 0 0.26 0.34 0.13 15 0.54 0.72
Hex DE A5 92 0 1A 22 D F 36 48
Octal 336 245 222 0 32 42 15 17 66 110
Binary 11011110 10100101 10010010 0 11010 100010 1101 1111 110110 1001000

Color Harmonies of #DEA592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA592

Black with #DEA592

Text Example


Text Example

White with #DEA592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA592; }

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

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

background-color css

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

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

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

border-color css

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

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

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