Html Css Color HEX #DEA45E Porsche

📋 copy color: '#DEA45E'

red 222 ◦ green 164 ◦ blue 94

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

Shades of Porsche #DEA45E

Tints of Porsche #DEA45E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.17%

 BLUE value IS 94 (37.11% from 255) = 19.58%

R = 46.25%
G = 34.17%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DEA45E (or 0xDEA45E) is known color: Porsche. HEX triplet: DE, A4 and 5E. RGB value is (222,164,94). Sum of RGB (Red+Green+Blue) = 222+164+94=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 94 (37.11% from 255 or 19.58% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA45E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA45E is #215BA1. Grayscale: #ADADAD. Windows color (decimal): -2186146 or 6202590. OLE color: 6202590.

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

Color convert

RGB 222 164 94 -
CMYK 0 0.26 0.58 0.13
HSL 32.81º 0.66% 0.62% -
HSV(B) 32.81º 0.58% 0.87% -
XYZ 45.42 42.89 16.47 -
YUV 173.36 83.22 162.69 -
System Red Green Blue C M Y K H S L
Decimal 222 164 94 0 0.26 0.58 0.13 32.81 0.66 0.62
Hex DE A4 5E 0 1A 3A D 21 42 3E
Octal 336 244 136 0 32 72 15 41 102 76
Binary 11011110 10100100 1011110 0 11010 111010 1101 100001 1000010 111110

Color Harmonies of #DEA45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA45E

Black with #DEA45E

Text Example


Text Example

White with #DEA45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA45E; }

 p { color: rgb(222,164,94); }

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

background-color css

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

 a { background-color: rgb(222,164,94); }

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

border-color css

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

 span { border-color: rgb(222,164,94); }

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