Html Css Color HEX #DE9F61 Porsche

📋 copy color: '#DE9F61'

red 222 ◦ green 159 ◦ blue 97

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

Shades of Porsche #DE9F61

Tints of Porsche #DE9F61

RGB

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

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

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

R = 46.44%
G = 33.26%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DE9F61 (or 0xDE9F61) is known color: Porsche. HEX triplet: DE, 9F and 61. RGB value is (222,159,97). Sum of RGB (Red+Green+Blue) = 222+159+97=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9F61 is #21609E. Grayscale: #ABABAB. Windows color (decimal): -2187423 or 6397918. OLE color: 6397918.

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

Color convert

RGB 222 159 97 -
CMYK 0 0.28 0.56 0.13
HSL 29.76º 0.65% 0.63% -
HSV(B) 29.76º 0.56% 0.87% -
XYZ 44.68 41.19 16.9 -
YUV 170.77 86.37 164.54 -
System Red Green Blue C M Y K H S L
Decimal 222 159 97 0 0.28 0.56 0.13 29.76 0.65 0.63
Hex DE 9F 61 0 1C 38 D 1E 41 3F
Octal 336 237 141 0 34 70 15 36 101 77
Binary 11011110 10011111 1100001 0 11100 111000 1101 11110 1000001 111111

Color Harmonies of #DE9F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9F61

Black with #DE9F61

Text Example


Text Example

White with #DE9F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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