Html Css Color HEX #DE9D5E Porsche

📋 copy color: '#DE9D5E'

red 222 ◦ green 157 ◦ blue 94

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

Shades of Porsche #DE9D5E

Tints of Porsche #DE9D5E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.19%

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

R = 46.93%
G = 33.19%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE9D5E (or 0xDE9D5E) is known color: Porsche. HEX triplet: DE, 9D and 5E. RGB value is (222,157,94). Sum of RGB (Red+Green+Blue) = 222+157+94=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9D5E is #2162A1. Grayscale: #A9A9A9. Windows color (decimal): -2187938 or 6200798. OLE color: 6200798.

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

Color convert

RGB 222 157 94 -
CMYK 0 0.29 0.58 0.13
HSL 29.53º 0.66% 0.62% -
HSV(B) 29.53º 0.58% 0.87% -
XYZ 44.2 40.45 16.07 -
YUV 169.25 85.53 165.62 -
System Red Green Blue C M Y K H S L
Decimal 222 157 94 0 0.29 0.58 0.13 29.53 0.66 0.62
Hex DE 9D 5E 0 1D 3A D 1E 42 3E
Octal 336 235 136 0 35 72 15 36 102 76
Binary 11011110 10011101 1011110 0 11101 111010 1101 11110 1000010 111110

Color Harmonies of #DE9D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9D5E

Black with #DE9D5E

Text Example


Text Example

White with #DE9D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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