Html Css Color HEX #DEA05A Porsche

📋 copy color: '#DEA05A'

red 222 ◦ green 160 ◦ blue 90

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

Shades of Porsche #DEA05A

Tints of Porsche #DEA05A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.9%

 BLUE value IS 90 (35.55% from 255) = 19.07%

R = 47.03%
G = 33.9%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DEA05A (or 0xDEA05A) is known color: Porsche. HEX triplet: DE, A0 and 5A. RGB value is (222,160,90). Sum of RGB (Red+Green+Blue) = 222+160+90=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA05A is #215FA5. Grayscale: #AAAAAA. Windows color (decimal): -2187174 or 5939422. OLE color: 5939422.

HSL color Cylindrical-coordinate representation of color #DEA05A: hue angle of 31.82º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEA05A is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 160 90 -
CMYK 0 0.28 0.59 0.13
HSL 31.82º 0.67% 0.61% -
HSV(B) 31.82º 0.59% 0.87% -
XYZ 44.54 41.41 15.32 -
YUV 170.56 82.54 164.69 -
System Red Green Blue C M Y K H S L
Decimal 222 160 90 0 0.28 0.59 0.13 31.82 0.67 0.61
Hex DE A0 5A 0 1C 3B D 20 43 3D
Octal 336 240 132 0 34 73 15 40 103 75
Binary 11011110 10100000 1011010 0 11100 111011 1101 100000 1000011 111101

Color Harmonies of #DEA05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA05A

Black with #DEA05A

Text Example


Text Example

White with #DEA05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA05A; }

 p { color: rgb(222,160,90); }

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

background-color css

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

 a { background-color: rgb(222,160,90); }

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

border-color css

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

 span { border-color: rgb(222,160,90); }

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