Html Css Color HEX #DD9B5D Porsche

📋 copy color: '#DD9B5D'

red 221 ◦ green 155 ◦ blue 93

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

Shades of Porsche #DD9B5D

Tints of Porsche #DD9B5D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.05%

 BLUE value IS 93 (36.72% from 255) = 19.83%

R = 47.12%
G = 33.05%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD9B5D (or 0xDD9B5D) is known color: Porsche. HEX triplet: DD, 9B and 5D. RGB value is (221,155,93). Sum of RGB (Red+Green+Blue) = 221+155+93=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9B5D is #2264A2. Grayscale: #A7A7A7. Windows color (decimal): -2253987 or 6134749. OLE color: 6134749.

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

Color convert

RGB 221 155 93 -
CMYK 0 0.30 0.58 0.13
HSL 29.06º 0.65% 0.62% -
HSV(B) 29.06º 0.58% 0.87% -
XYZ 43.52 39.61 15.71 -
YUV 167.67 85.87 166.04 -
System Red Green Blue C M Y K H S L
Decimal 221 155 93 0 0.30 0.58 0.13 29.06 0.65 0.62
Hex DD 9B 5D 0 1E 3A D 1D 41 3E
Octal 335 233 135 0 36 72 15 35 101 76
Binary 11011101 10011011 1011101 0 11110 111010 1101 11101 1000001 111110

Color Harmonies of #DD9B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9B5D

Black with #DD9B5D

Text Example


Text Example

White with #DD9B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9B5D; }

 p { color: rgb(221,155,93); }

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

background-color css

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

 a { background-color: rgb(221,155,93); }

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

border-color css

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

 span { border-color: rgb(221,155,93); }

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