Html Css Color HEX #DD9D58 Porsche

📋 copy color: '#DD9D58'

red 221 ◦ green 157 ◦ blue 88

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

Shades of Porsche #DD9D58

Tints of Porsche #DD9D58

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.69%

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

R = 47.42%
G = 33.69%
B = 18.88%

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

#DD9D58 (or 0xDD9D58) is known color: Porsche. HEX triplet: DD, 9D and 58. RGB value is (221,157,88). Sum of RGB (Red+Green+Blue) = 221+157+88=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 88 (34.77% from 255 or 18.88% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9D58 is #2262A7. Grayscale: #A8A8A8. Windows color (decimal): -2253480 or 5807581. OLE color: 5807581.

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

Color convert

RGB 221 157 88 -
CMYK 0 0.29 0.60 0.13
HSL 31.13º 0.66% 0.61% -
HSV(B) 31.13º 0.6% 0.87% -
XYZ 43.64 40.19 14.69 -
YUV 168.27 82.7 165.61 -
System Red Green Blue C M Y K H S L
Decimal 221 157 88 0 0.29 0.60 0.13 31.13 0.66 0.61
Hex DD 9D 58 0 1D 3C D 1F 42 3D
Octal 335 235 130 0 35 74 15 37 102 75
Binary 11011101 10011101 1011000 0 11101 111100 1101 11111 1000010 111101

Color Harmonies of #DD9D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9D58

Black with #DD9D58

Text Example


Text Example

White with #DD9D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9D58; }

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

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

background-color css

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

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

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

border-color css

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

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

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