Html Css Color HEX #DD9A60 Porsche

📋 copy color: '#DD9A60'

red 221 ◦ green 154 ◦ blue 96

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

Shades of Porsche #DD9A60

Tints of Porsche #DD9A60

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.7%

 BLUE value IS 96 (37.89% from 255) = 20.38%

R = 46.92%
G = 32.7%
B = 20.38%

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

#DD9A60 (or 0xDD9A60) is known color: Porsche. HEX triplet: DD, 9A and 60. RGB value is (221,154,96). Sum of RGB (Red+Green+Blue) = 221+154+96=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9A60 is #22659F. Grayscale: #A7A7A7. Windows color (decimal): -2254240 or 6331101. OLE color: 6331101.

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

Color convert

RGB 221 154 96 -
CMYK 0 0.30 0.57 0.13
HSL 27.84º 0.65% 0.62% -
HSV(B) 27.84º 0.57% 0.87% -
XYZ 43.49 39.33 16.37 -
YUV 167.42 87.7 166.22 -
System Red Green Blue C M Y K H S L
Decimal 221 154 96 0 0.30 0.57 0.13 27.84 0.65 0.62
Hex DD 9A 60 0 1E 39 D 1C 41 3E
Octal 335 232 140 0 36 71 15 34 101 76
Binary 11011101 10011010 1100000 0 11110 111001 1101 11100 1000001 111110

Color Harmonies of #DD9A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A60

Black with #DD9A60

Text Example


Text Example

White with #DD9A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A60; }

 p { color: rgb(221,154,96); }

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

background-color css

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

 a { background-color: rgb(221,154,96); }

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

border-color css

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

 span { border-color: rgb(221,154,96); }

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