Html Css Color HEX #DEA05D Porsche

📋 copy color: '#DEA05D'

red 222 ◦ green 160 ◦ blue 93

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

Shades of Porsche #DEA05D

Tints of Porsche #DEA05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.58%

R = 46.74%
G = 33.68%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DEA05D (or 0xDEA05D) is known color: Porsche. HEX triplet: DE, A0 and 5D. RGB value is (222,160,93). Sum of RGB (Red+Green+Blue) = 222+160+93=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA05D is #215FA2. Grayscale: #ABABAB. Windows color (decimal): -2187171 or 6136030. OLE color: 6136030.

HSL color Cylindrical-coordinate representation of color #DEA05D: hue angle of 31.16º 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 #DEA05D is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 160 93 -
CMYK 0 0.28 0.58 0.13
HSL 31.16º 0.66% 0.62% -
HSV(B) 31.16º 0.58% 0.87% -
XYZ 44.67 41.46 16 -
YUV 170.9 84.04 164.45 -
System Red Green Blue C M Y K H S L
Decimal 222 160 93 0 0.28 0.58 0.13 31.16 0.66 0.62
Hex DE A0 5D 0 1C 3A D 1F 42 3E
Octal 336 240 135 0 34 72 15 37 102 76
Binary 11011110 10100000 1011101 0 11100 111010 1101 11111 1000010 111110

Color Harmonies of #DEA05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA05D

Black with #DEA05D

Text Example


Text Example

White with #DEA05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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