Html Css Color HEX #DD9C63 Porsche

📋 copy color: '#DD9C63'

red 221 ◦ green 156 ◦ blue 99

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

Shades of Porsche #DD9C63

Tints of Porsche #DD9C63

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.77%

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

R = 46.43%
G = 32.77%
B = 20.8%

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

#DD9C63 (or 0xDD9C63) is known color: Porsche. HEX triplet: DD, 9C and 63. RGB value is (221,156,99). Sum of RGB (Red+Green+Blue) = 221+156+99=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 99 (39.06% from 255 or 20.80% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9C63 is #22639C. Grayscale: #A9A9A9. Windows color (decimal): -2253725 or 6528221. OLE color: 6528221.

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

Color convert

RGB 221 156 99 -
CMYK 0 0.29 0.55 0.13
HSL 28.03º 0.64% 0.63% -
HSV(B) 28.03º 0.55% 0.87% -
XYZ 43.96 40.05 17.22 -
YUV 168.94 88.53 165.13 -
System Red Green Blue C M Y K H S L
Decimal 221 156 99 0 0.29 0.55 0.13 28.03 0.64 0.63
Hex DD 9C 63 0 1D 37 D 1C 40 3F
Octal 335 234 143 0 35 67 15 34 100 77
Binary 11011101 10011100 1100011 0 11101 110111 1101 11100 1000000 111111

Color Harmonies of #DD9C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9C63

Black with #DD9C63

Text Example


Text Example

White with #DD9C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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