Html Css Color HEX #DD9855 Porsche

📋 copy color: '#DD9855'

red 221 ◦ green 152 ◦ blue 85

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

Shades of Porsche #DD9855

Tints of Porsche #DD9855

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.19%

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

R = 48.25%
G = 33.19%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD9855 (or 0xDD9855) is known color: Porsche. HEX triplet: DD, 98 and 55. RGB value is (221,152,85). Sum of RGB (Red+Green+Blue) = 221+152+85=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9855 is #2267AA. Grayscale: #A5A5A5. Windows color (decimal): -2254763 or 5609693. OLE color: 5609693.

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

Color convert

RGB 221 152 85 -
CMYK 0 0.31 0.62 0.13
HSL 29.56º 0.67% 0.6% -
HSV(B) 29.56º 0.62% 0.87% -
XYZ 42.69 38.48 13.77 -
YUV 164.99 82.86 167.95 -
System Red Green Blue C M Y K H S L
Decimal 221 152 85 0 0.31 0.62 0.13 29.56 0.67 0.6
Hex DD 98 55 0 1F 3E D 1E 43 3C
Octal 335 230 125 0 37 76 15 36 103 74
Binary 11011101 10011000 1010101 0 11111 111110 1101 11110 1000011 111100

Color Harmonies of #DD9855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9855

Black with #DD9855

Text Example


Text Example

White with #DD9855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9855; }

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

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

background-color css

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

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

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

border-color css

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

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

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