Html Css Color HEX #DEA14E Porsche

📋 copy color: '#DEA14E'

red 222 ◦ green 161 ◦ blue 78

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

Shades of Porsche #DEA14E

Tints of Porsche #DEA14E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.92%

 BLUE value IS 78 (30.86% from 255) = 16.92%

R = 48.16%
G = 34.92%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DEA14E (or 0xDEA14E) is known color: Porsche. HEX triplet: DE, A1 and 4E. RGB value is (222,161,78). Sum of RGB (Red+Green+Blue) = 222+161+78=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 78 (30.86% from 255 or 16.92% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA14E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA14E is #215EB1. Grayscale: #AAAAAA. Windows color (decimal): -2186930 or 5153246. OLE color: 5153246.

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

Color convert

RGB 222 161 78 -
CMYK 0 0.27 0.65 0.13
HSL 34.58º 0.69% 0.59% -
HSV(B) 34.58º 0.65% 0.87% -
XYZ 44.24 41.57 12.9 -
YUV 169.78 76.21 165.25 -
System Red Green Blue C M Y K H S L
Decimal 222 161 78 0 0.27 0.65 0.13 34.58 0.69 0.59
Hex DE A1 4E 0 1B 41 D 23 45 3B
Octal 336 241 116 0 33 101 15 43 105 73
Binary 11011110 10100001 1001110 0 11011 1000001 1101 100011 1000101 111011

Color Harmonies of #DEA14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA14E

Black with #DEA14E

Text Example


Text Example

White with #DEA14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA14E; }

 p { color: rgb(222,161,78); }

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

background-color css

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

 a { background-color: rgb(222,161,78); }

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

border-color css

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

 span { border-color: rgb(222,161,78); }

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