Html Css Color HEX #DE9F5E Porsche

📋 copy color: '#DE9F5E'

red 222 ◦ green 159 ◦ blue 94

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

Shades of Porsche #DE9F5E

Tints of Porsche #DE9F5E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.47%

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

R = 46.74%
G = 33.47%
B = 19.79%

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

#DE9F5E (or 0xDE9F5E) is known color: Porsche. HEX triplet: DE, 9F and 5E. RGB value is (222,159,94). Sum of RGB (Red+Green+Blue) = 222+159+94=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 94 (37.11% from 255 or 19.79% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9F5E is #2160A1. Grayscale: #AAAAAA. Windows color (decimal): -2187426 or 6201310. OLE color: 6201310.

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

Color convert

RGB 222 159 94 -
CMYK 0 0.28 0.58 0.13
HSL 30.47º 0.66% 0.62% -
HSV(B) 30.47º 0.58% 0.87% -
XYZ 44.54 41.13 16.18 -
YUV 170.43 84.87 164.79 -
System Red Green Blue C M Y K H S L
Decimal 222 159 94 0 0.28 0.58 0.13 30.47 0.66 0.62
Hex DE 9F 5E 0 1C 3A D 1E 42 3E
Octal 336 237 136 0 34 72 15 36 102 76
Binary 11011110 10011111 1011110 0 11100 111010 1101 11110 1000010 111110

Color Harmonies of #DE9F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9F5E

Black with #DE9F5E

Text Example


Text Example

White with #DE9F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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