Html Css Color HEX #DE9E61 Porsche

📋 copy color: '#DE9E61'

red 222 ◦ green 158 ◦ blue 97

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

Shades of Porsche #DE9E61

Tints of Porsche #DE9E61

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.12%

 BLUE value IS 97 (38.28% from 255) = 20.34%

R = 46.54%
G = 33.12%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DE9E61 (or 0xDE9E61) is known color: Porsche. HEX triplet: DE, 9E and 61. RGB value is (222,158,97). Sum of RGB (Red+Green+Blue) = 222+158+97=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9E61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9E61 is #21619E. Grayscale: #AAAAAA. Windows color (decimal): -2187679 or 6397662. OLE color: 6397662.

HSL color Cylindrical-coordinate representation of color #DE9E61: hue angle of 29.28º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DE9E61 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 158 97 -
CMYK 0 0.29 0.56 0.13
HSL 29.28º 0.65% 0.63% -
HSV(B) 29.28º 0.56% 0.87% -
XYZ 44.51 40.85 16.85 -
YUV 170.18 86.7 164.96 -
System Red Green Blue C M Y K H S L
Decimal 222 158 97 0 0.29 0.56 0.13 29.28 0.65 0.63
Hex DE 9E 61 0 1D 38 D 1D 41 3F
Octal 336 236 141 0 35 70 15 35 101 77
Binary 11011110 10011110 1100001 0 11101 111000 1101 11101 1000001 111111

Color Harmonies of #DE9E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9E61

Black with #DE9E61

Text Example


Text Example

White with #DE9E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9E61; }

 p { color: rgb(222,158,97); }

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

background-color css

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

 a { background-color: rgb(222,158,97); }

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

border-color css

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

 span { border-color: rgb(222,158,97); }

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