Html Css Color HEX #DE9F6E Porsche

📋 copy color: '#DE9F6E'

red 222 ◦ green 159 ◦ blue 110

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

Shades of Porsche #DE9F6E

Tints of Porsche #DE9F6E

RGB

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

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

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

R = 45.21%
G = 32.38%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE9F6E (or 0xDE9F6E) is known color: Porsche. HEX triplet: DE, 9F and 6E. RGB value is (222,159,110). Sum of RGB (Red+Green+Blue) = 222+159+110=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9F6E is #216091. Grayscale: #ACACAC. Windows color (decimal): -2187410 or 7249886. OLE color: 7249886.

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

Color convert

RGB 222 159 110 -
CMYK 0 0.28 0.50 0.13
HSL 26.25º 0.63% 0.65% -
HSV(B) 26.25º 0.5% 0.87% -
XYZ 45.34 41.45 20.36 -
YUV 172.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 222 159 110 0 0.28 0.50 0.13 26.25 0.63 0.65
Hex DE 9F 6E 0 1C 32 D 1A 3F 41
Octal 336 237 156 0 34 62 15 32 77 101
Binary 11011110 10011111 1101110 0 11100 110010 1101 11010 111111 1000001

Color Harmonies of #DE9F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9F6E

Black with #DE9F6E

Text Example


Text Example

White with #DE9F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9F6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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