Html Css Color HEX #DD9658 Porsche

📋 copy color: '#DD9658'

red 221 ◦ green 150 ◦ blue 88

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

Shades of Porsche #DD9658

Tints of Porsche #DD9658

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.68%

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

R = 48.15%
G = 32.68%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD9658 (or 0xDD9658) is known color: Porsche. HEX triplet: DD, 96 and 58. RGB value is (221,150,88). Sum of RGB (Red+Green+Blue) = 221+150+88=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9658 is #2269A7. Grayscale: #A4A4A4. Windows color (decimal): -2255272 or 5805789. OLE color: 5805789.

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

Color convert

RGB 221 150 88 -
CMYK 0 0.32 0.60 0.13
HSL 27.97º 0.66% 0.61% -
HSV(B) 27.97º 0.6% 0.87% -
XYZ 42.49 37.89 14.31 -
YUV 164.16 85.02 168.54 -
System Red Green Blue C M Y K H S L
Decimal 221 150 88 0 0.32 0.60 0.13 27.97 0.66 0.61
Hex DD 96 58 0 20 3C D 1C 42 3D
Octal 335 226 130 0 40 74 15 34 102 75
Binary 11011101 10010110 1011000 0 100000 111100 1101 11100 1000010 111101

Color Harmonies of #DD9658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9658

Black with #DD9658

Text Example


Text Example

White with #DD9658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9658; }

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

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

background-color css

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

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

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

border-color css

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

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

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