Html Css Color HEX #DD9960 Porsche

📋 copy color: '#DD9960'

red 221 ◦ green 153 ◦ blue 96

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

Shades of Porsche #DD9960

Tints of Porsche #DD9960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.43%

R = 47.02%
G = 32.55%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD9960 (or 0xDD9960) is known color: Porsche. HEX triplet: DD, 99 and 60. RGB value is (221,153,96). Sum of RGB (Red+Green+Blue) = 221+153+96=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9960 is #22669F. Grayscale: #A7A7A7. Windows color (decimal): -2254496 or 6330845. OLE color: 6330845.

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

Color convert

RGB 221 153 96 -
CMYK 0 0.31 0.57 0.13
HSL 27.36º 0.65% 0.62% -
HSV(B) 27.36º 0.57% 0.87% -
XYZ 43.32 39 16.31 -
YUV 166.83 88.03 166.63 -
System Red Green Blue C M Y K H S L
Decimal 221 153 96 0 0.31 0.57 0.13 27.36 0.65 0.62
Hex DD 99 60 0 1F 39 D 1B 41 3E
Octal 335 231 140 0 37 71 15 33 101 76
Binary 11011101 10011001 1100000 0 11111 111001 1101 11011 1000001 111110

Color Harmonies of #DD9960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9960

Black with #DD9960

Text Example


Text Example

White with #DD9960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9960; }

 p { color: rgb(221,153,96); }

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

background-color css

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

 a { background-color: rgb(221,153,96); }

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

border-color css

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

 span { border-color: rgb(221,153,96); }

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