Html Css Color HEX #DD9E58 Porsche

📋 copy color: '#DD9E58'

red 221 ◦ green 158 ◦ blue 88

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

Shades of Porsche #DD9E58

Tints of Porsche #DD9E58

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.83%

 BLUE value IS 88 (34.77% from 255) = 18.84%

R = 47.32%
G = 33.83%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD9E58 (or 0xDD9E58) is known color: Porsche. HEX triplet: DD, 9E and 58. RGB value is (221,158,88). Sum of RGB (Red+Green+Blue) = 221+158+88=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 88 (34.77% from 255 or 18.84% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9E58 is #2261A7. Grayscale: #A9A9A9. Windows color (decimal): -2253224 or 5807837. OLE color: 5807837.

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

Color convert

RGB 221 158 88 -
CMYK 0 0.29 0.60 0.13
HSL 31.58º 0.66% 0.61% -
HSV(B) 31.58º 0.6% 0.87% -
XYZ 43.81 40.53 14.75 -
YUV 168.86 82.37 165.19 -
System Red Green Blue C M Y K H S L
Decimal 221 158 88 0 0.29 0.60 0.13 31.58 0.66 0.61
Hex DD 9E 58 0 1D 3C D 20 42 3D
Octal 335 236 130 0 35 74 15 40 102 75
Binary 11011101 10011110 1011000 0 11101 111100 1101 100000 1000010 111101

Color Harmonies of #DD9E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9E58

Black with #DD9E58

Text Example


Text Example

White with #DD9E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9E58; }

 p { color: rgb(221,158,88); }

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

background-color css

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

 a { background-color: rgb(221,158,88); }

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

border-color css

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

 span { border-color: rgb(221,158,88); }

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