Html Css Color HEX #DD9B5B Porsche

📋 copy color: '#DD9B5B'

red 221 ◦ green 155 ◦ blue 91

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

Shades of Porsche #DD9B5B

Tints of Porsche #DD9B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.49%

R = 47.32%
G = 33.19%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD9B5B (or 0xDD9B5B) is known color: Porsche. HEX triplet: DD, 9B and 5B. RGB value is (221,155,91). Sum of RGB (Red+Green+Blue) = 221+155+91=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9B5B is #2264A4. Grayscale: #A7A7A7. Windows color (decimal): -2253989 or 6003677. OLE color: 6003677.

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

Color convert

RGB 221 155 91 -
CMYK 0 0.30 0.59 0.13
HSL 29.54º 0.66% 0.61% -
HSV(B) 29.54º 0.59% 0.87% -
XYZ 43.43 39.57 15.25 -
YUV 167.44 84.87 166.2 -
System Red Green Blue C M Y K H S L
Decimal 221 155 91 0 0.30 0.59 0.13 29.54 0.66 0.61
Hex DD 9B 5B 0 1E 3B D 1E 42 3D
Octal 335 233 133 0 36 73 15 36 102 75
Binary 11011101 10011011 1011011 0 11110 111011 1101 11110 1000010 111101

Color Harmonies of #DD9B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9B5B

Black with #DD9B5B

Text Example


Text Example

White with #DD9B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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