Html Css Color HEX #DE9953 Porsche

📋 copy color: '#DE9953'

red 222 ◦ green 153 ◦ blue 83

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

Shades of Porsche #DE9953

Tints of Porsche #DE9953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.12%

R = 48.47%
G = 33.41%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DE9953 (or 0xDE9953) is known color: Porsche. HEX triplet: DE, 99 and 53. RGB value is (222,153,83). Sum of RGB (Red+Green+Blue) = 222+153+83=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 83 (32.81% from 255 or 18.12% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9953 is #2166AC. Grayscale: #A6A6A6. Windows color (decimal): -2188973 or 5478878. OLE color: 5478878.

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

Color convert

RGB 222 153 83 -
CMYK 0 0.31 0.63 0.13
HSL 30.22º 0.68% 0.6% -
HSV(B) 30.22º 0.63% 0.87% -
XYZ 43.08 38.94 13.43 -
YUV 165.65 81.36 168.19 -
System Red Green Blue C M Y K H S L
Decimal 222 153 83 0 0.31 0.63 0.13 30.22 0.68 0.6
Hex DE 99 53 0 1F 3F D 1E 44 3C
Octal 336 231 123 0 37 77 15 36 104 74
Binary 11011110 10011001 1010011 0 11111 111111 1101 11110 1000100 111100

Color Harmonies of #DE9953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9953

Black with #DE9953

Text Example


Text Example

White with #DE9953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9953; }

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

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

background-color css

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

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

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

border-color css

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

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

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