Html Css Color HEX #DEA15D Porsche

📋 copy color: '#DEA15D'

red 222 ◦ green 161 ◦ blue 93

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

Shades of Porsche #DEA15D

Tints of Porsche #DEA15D

RGB

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

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

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

R = 46.64%
G = 33.82%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DEA15D (or 0xDEA15D) is known color: Porsche. HEX triplet: DE, A1 and 5D. RGB value is (222,161,93). Sum of RGB (Red+Green+Blue) = 222+161+93=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA15D is #215EA2. Grayscale: #ABABAB. Windows color (decimal): -2186915 or 6136286. OLE color: 6136286.

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

Color convert

RGB 222 161 93 -
CMYK 0 0.27 0.58 0.13
HSL 31.63º 0.66% 0.62% -
HSV(B) 31.63º 0.58% 0.87% -
XYZ 44.84 41.81 16.06 -
YUV 171.49 83.71 164.03 -
System Red Green Blue C M Y K H S L
Decimal 222 161 93 0 0.27 0.58 0.13 31.63 0.66 0.62
Hex DE A1 5D 0 1B 3A D 20 42 3E
Octal 336 241 135 0 33 72 15 40 102 76
Binary 11011110 10100001 1011101 0 11011 111010 1101 100000 1000010 111110

Color Harmonies of #DEA15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA15D

Black with #DEA15D

Text Example


Text Example

White with #DEA15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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