Html Css Color HEX #DD9458 Porsche

📋 copy color: '#DD9458'

red 221 ◦ green 148 ◦ blue 88

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

Shades of Porsche #DD9458

Tints of Porsche #DD9458

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.39%

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

R = 48.36%
G = 32.39%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD9458 (or 0xDD9458) is known color: Porsche. HEX triplet: DD, 94 and 58. RGB value is (221,148,88). Sum of RGB (Red+Green+Blue) = 221+148+88=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 88 (34.77% from 255 or 19.26% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9458 is #226BA7. Grayscale: #A3A3A3. Windows color (decimal): -2255784 or 5805277. OLE color: 5805277.

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

Color convert

RGB 221 148 88 -
CMYK 0 0.33 0.60 0.13
HSL 27.07º 0.66% 0.61% -
HSV(B) 27.07º 0.6% 0.87% -
XYZ 42.17 37.26 14.2 -
YUV 162.99 85.68 169.38 -
System Red Green Blue C M Y K H S L
Decimal 221 148 88 0 0.33 0.60 0.13 27.07 0.66 0.61
Hex DD 94 58 0 21 3C D 1B 42 3D
Octal 335 224 130 0 41 74 15 33 102 75
Binary 11011101 10010100 1011000 0 100001 111100 1101 11011 1000010 111101

Color Harmonies of #DD9458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9458

Black with #DD9458

Text Example


Text Example

White with #DD9458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9458; }

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

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

background-color css

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

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

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

border-color css

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

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

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