Html Css Color HEX #DE995D Porsche

📋 copy color: '#DE995D'

red 222 ◦ green 153 ◦ blue 93

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

Shades of Porsche #DE995D

Tints of Porsche #DE995D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.69%

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

R = 47.44%
G = 32.69%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE995D (or 0xDE995D) is known color: Porsche. HEX triplet: DE, 99 and 5D. RGB value is (222,153,93). Sum of RGB (Red+Green+Blue) = 222+153+93=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DE995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE995D is #2166A2. Grayscale: #A7A7A7. Windows color (decimal): -2188963 or 6134238. OLE color: 6134238.

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

Color convert

RGB 222 153 93 -
CMYK 0 0.31 0.58 0.13
HSL 27.91º 0.66% 0.62% -
HSV(B) 27.91º 0.58% 0.87% -
XYZ 43.49 39.1 15.61 -
YUV 166.79 86.36 167.38 -
System Red Green Blue C M Y K H S L
Decimal 222 153 93 0 0.31 0.58 0.13 27.91 0.66 0.62
Hex DE 99 5D 0 1F 3A D 1C 42 3E
Octal 336 231 135 0 37 72 15 34 102 76
Binary 11011110 10011001 1011101 0 11111 111010 1101 11100 1000010 111110

Color Harmonies of #DE995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE995D

Black with #DE995D

Text Example


Text Example

White with #DE995D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE995D; }

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

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

background-color css

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

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

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

border-color css

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

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

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