Html Css Color HEX #DD9655 Porsche

📋 copy color: '#DD9655'

red 221 ◦ green 150 ◦ blue 85

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

Shades of Porsche #DD9655

Tints of Porsche #DD9655

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.89%

 BLUE value IS 85 (33.59% from 255) = 18.64%

R = 48.46%
G = 32.89%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD9655 (or 0xDD9655) is known color: Porsche. HEX triplet: DD, 96 and 55. RGB value is (221,150,85). Sum of RGB (Red+Green+Blue) = 221+150+85=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9655 is #2269AA. Grayscale: #A4A4A4. Windows color (decimal): -2255275 or 5609181. OLE color: 5609181.

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

Color convert

RGB 221 150 85 -
CMYK 0 0.32 0.62 0.13
HSL 28.68º 0.67% 0.6% -
HSV(B) 28.68º 0.62% 0.87% -
XYZ 42.36 37.84 13.67 -
YUV 163.82 83.52 168.79 -
System Red Green Blue C M Y K H S L
Decimal 221 150 85 0 0.32 0.62 0.13 28.68 0.67 0.6
Hex DD 96 55 0 20 3E D 1D 43 3C
Octal 335 226 125 0 40 76 15 35 103 74
Binary 11011101 10010110 1010101 0 100000 111110 1101 11101 1000011 111100

Color Harmonies of #DD9655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9655

Black with #DD9655

Text Example


Text Example

White with #DD9655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9655; }

 p { color: rgb(221,150,85); }

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

background-color css

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

 a { background-color: rgb(221,150,85); }

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

border-color css

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

 span { border-color: rgb(221,150,85); }

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