Html Css Color HEX #DE9D6E Porsche

📋 copy color: '#DE9D6E'

red 222 ◦ green 157 ◦ blue 110

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

Shades of Porsche #DE9D6E

Tints of Porsche #DE9D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.49%

R = 45.4%
G = 32.11%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE9D6E (or 0xDE9D6E) is known color: Porsche. HEX triplet: DE, 9D and 6E. RGB value is (222,157,110). Sum of RGB (Red+Green+Blue) = 222+157+110=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9D6E is #216291. Grayscale: #ABABAB. Windows color (decimal): -2187922 or 7249374. OLE color: 7249374.

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

Color convert

RGB 222 157 110 -
CMYK 0 0.29 0.50 0.13
HSL 25.18º 0.63% 0.65% -
HSV(B) 25.18º 0.5% 0.87% -
XYZ 45 40.77 20.25 -
YUV 171.08 93.53 164.32 -
System Red Green Blue C M Y K H S L
Decimal 222 157 110 0 0.29 0.50 0.13 25.18 0.63 0.65
Hex DE 9D 6E 0 1D 32 D 19 3F 41
Octal 336 235 156 0 35 62 15 31 77 101
Binary 11011110 10011101 1101110 0 11101 110010 1101 11001 111111 1000001

Color Harmonies of #DE9D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9D6E

Black with #DE9D6E

Text Example


Text Example

White with #DE9D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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