Html Css Color HEX #DD9B5E Porsche

📋 copy color: '#DD9B5E'

red 221 ◦ green 155 ◦ blue 94

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

Shades of Porsche #DD9B5E

Tints of Porsche #DD9B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20%

R = 47.02%
G = 32.98%
B = 20%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD9B5E (or 0xDD9B5E) is known color: Porsche. HEX triplet: DD, 9B and 5E. RGB value is (221,155,94). Sum of RGB (Red+Green+Blue) = 221+155+94=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 94 (37.11% from 255 or 20% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9B5E is #2264A1. Grayscale: #A8A8A8. Windows color (decimal): -2253986 or 6200285. OLE color: 6200285.

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

Color convert

RGB 221 155 94 -
CMYK 0 0.30 0.57 0.13
HSL 28.82º 0.65% 0.62% -
HSV(B) 28.82º 0.57% 0.87% -
XYZ 43.56 39.62 15.94 -
YUV 167.78 86.37 165.96 -
System Red Green Blue C M Y K H S L
Decimal 221 155 94 0 0.30 0.57 0.13 28.82 0.65 0.62
Hex DD 9B 5E 0 1E 39 D 1D 41 3E
Octal 335 233 136 0 36 71 15 35 101 76
Binary 11011101 10011011 1011110 0 11110 111001 1101 11101 1000001 111110

Color Harmonies of #DD9B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9B5E

Black with #DD9B5E

Text Example


Text Example

White with #DD9B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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