Html Css Color HEX #DE9B5D Porsche

📋 copy color: '#DE9B5D'

red 222 ◦ green 155 ◦ blue 93

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

Shades of Porsche #DE9B5D

Tints of Porsche #DE9B5D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.98%

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

R = 47.23%
G = 32.98%
B = 19.79%

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

#DE9B5D (or 0xDE9B5D) is known color: Porsche. HEX triplet: DE, 9B and 5D. RGB value is (222,155,93). Sum of RGB (Red+Green+Blue) = 222+155+93=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9B5D is #2164A2. Grayscale: #A8A8A8. Windows color (decimal): -2188451 or 6134750. OLE color: 6134750.

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

Color convert

RGB 222 155 93 -
CMYK 0 0.30 0.58 0.13
HSL 28.84º 0.66% 0.62% -
HSV(B) 28.84º 0.58% 0.87% -
XYZ 43.82 39.76 15.72 -
YUV 167.97 85.7 166.54 -
System Red Green Blue C M Y K H S L
Decimal 222 155 93 0 0.30 0.58 0.13 28.84 0.66 0.62
Hex DE 9B 5D 0 1E 3A D 1D 42 3E
Octal 336 233 135 0 36 72 15 35 102 76
Binary 11011110 10011011 1011101 0 11110 111010 1101 11101 1000010 111110

Color Harmonies of #DE9B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9B5D

Black with #DE9B5D

Text Example


Text Example

White with #DE9B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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