Html Css Color HEX #DD9E63 Porsche

📋 copy color: '#DD9E63'

red 221 ◦ green 158 ◦ blue 99

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

Shades of Porsche #DD9E63

Tints of Porsche #DD9E63

RGB

 RED value IS 221 (86.72% from 255) = 46.23%

 GREEN value IS 158 (62.11% from 255) = 33.05%

 BLUE value IS 99 (39.06% from 255) = 20.71%

R = 46.23%
G = 33.05%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD9E63 (or 0xDD9E63) is known color: Porsche. HEX triplet: DD, 9E and 63. RGB value is (221,158,99). Sum of RGB (Red+Green+Blue) = 221+158+99=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9E63 is #22619C. Grayscale: #AAAAAA. Windows color (decimal): -2253213 or 6528733. OLE color: 6528733.

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

Color convert

RGB 221 158 99 -
CMYK 0 0.29 0.55 0.13
HSL 29.02º 0.64% 0.63% -
HSV(B) 29.02º 0.55% 0.87% -
XYZ 44.3 40.73 17.33 -
YUV 170.11 87.87 164.3 -
System Red Green Blue C M Y K H S L
Decimal 221 158 99 0 0.29 0.55 0.13 29.02 0.64 0.63
Hex DD 9E 63 0 1D 37 D 1D 40 3F
Octal 335 236 143 0 35 67 15 35 100 77
Binary 11011101 10011110 1100011 0 11101 110111 1101 11101 1000000 111111

Color Harmonies of #DD9E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9E63

Black with #DD9E63

Text Example


Text Example

White with #DD9E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9E63; }

 p { color: rgb(221,158,99); }

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

background-color css

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

 a { background-color: rgb(221,158,99); }

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

border-color css

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

 span { border-color: rgb(221,158,99); }

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