Html Css Color HEX #DD9354 Porsche

📋 copy color: '#DD9354'

red 221 ◦ green 147 ◦ blue 84

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

Shades of Porsche #DD9354

Tints of Porsche #DD9354

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.52%

 BLUE value IS 84 (33.2% from 255) = 18.58%

R = 48.89%
G = 32.52%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD9354 (or 0xDD9354) is known color: Porsche. HEX triplet: DD, 93 and 54. RGB value is (221,147,84). Sum of RGB (Red+Green+Blue) = 221+147+84=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9354 is #226CAB. Grayscale: #A2A2A2. Windows color (decimal): -2256044 or 5542877. OLE color: 5542877.

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

Color convert

RGB 221 147 84 -
CMYK 0 0.33 0.62 0.13
HSL 27.59º 0.67% 0.6% -
HSV(B) 27.59º 0.62% 0.87% -
XYZ 41.85 36.88 13.3 -
YUV 161.94 84.02 170.12 -
System Red Green Blue C M Y K H S L
Decimal 221 147 84 0 0.33 0.62 0.13 27.59 0.67 0.6
Hex DD 93 54 0 21 3E D 1C 43 3C
Octal 335 223 124 0 41 76 15 34 103 74
Binary 11011101 10010011 1010100 0 100001 111110 1101 11100 1000011 111100

Color Harmonies of #DD9354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9354

Black with #DD9354

Text Example


Text Example

White with #DD9354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9354; }

 p { color: rgb(221,147,84); }

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

background-color css

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

 a { background-color: rgb(221,147,84); }

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

border-color css

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

 span { border-color: rgb(221,147,84); }

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