Html Css Color HEX #DD9966 Porsche

📋 copy color: '#DD9966'

red 221 ◦ green 153 ◦ blue 102

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

Shades of Porsche #DD9966

Tints of Porsche #DD9966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.43%

R = 46.43%
G = 32.14%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD9966 (or 0xDD9966) is known color: Porsche. HEX triplet: DD, 99 and 66. RGB value is (221,153,102). Sum of RGB (Red+Green+Blue) = 221+153+102=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9966 is #226699. Grayscale: #A7A7A7. Windows color (decimal): -2254490 or 6724061. OLE color: 6724061.

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

Color convert

RGB 221 153 102 -
CMYK 0 0.31 0.54 0.13
HSL 25.71º 0.64% 0.63% -
HSV(B) 25.71º 0.54% 0.87% -
XYZ 43.61 39.11 17.82 -
YUV 167.52 91.03 166.15 -
System Red Green Blue C M Y K H S L
Decimal 221 153 102 0 0.31 0.54 0.13 25.71 0.64 0.63
Hex DD 99 66 0 1F 36 D 1A 40 3F
Octal 335 231 146 0 37 66 15 32 100 77
Binary 11011101 10011001 1100110 0 11111 110110 1101 11010 1000000 111111

Color Harmonies of #DD9966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9966

Black with #DD9966

Text Example


Text Example

White with #DD9966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9966; }

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

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

background-color css

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

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

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

border-color css

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

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

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