Html Css Color HEX #DE9C5E Porsche

📋 copy color: '#DE9C5E'

red 222 ◦ green 156 ◦ blue 94

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

Shades of Porsche #DE9C5E

Tints of Porsche #DE9C5E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.05%

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

R = 47.03%
G = 33.05%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE9C5E (or 0xDE9C5E) is known color: Porsche. HEX triplet: DE, 9C and 5E. RGB value is (222,156,94). Sum of RGB (Red+Green+Blue) = 222+156+94=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 94 (37.11% from 255 or 19.92% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9C5E is #2163A1. Grayscale: #A8A8A8. Windows color (decimal): -2188194 or 6200542. OLE color: 6200542.

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

Color convert

RGB 222 156 94 -
CMYK 0 0.30 0.58 0.13
HSL 29.06º 0.66% 0.62% -
HSV(B) 29.06º 0.58% 0.87% -
XYZ 44.03 40.11 16.01 -
YUV 168.67 85.87 166.04 -
System Red Green Blue C M Y K H S L
Decimal 222 156 94 0 0.30 0.58 0.13 29.06 0.66 0.62
Hex DE 9C 5E 0 1E 3A D 1D 42 3E
Octal 336 234 136 0 36 72 15 35 102 76
Binary 11011110 10011100 1011110 0 11110 111010 1101 11101 1000010 111110

Color Harmonies of #DE9C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9C5E

Black with #DE9C5E

Text Example


Text Example

White with #DE9C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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