Html Css Color HEX #DD9A57 Porsche

📋 copy color: '#DD9A57'

red 221 ◦ green 154 ◦ blue 87

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

Shades of Porsche #DD9A57

Tints of Porsche #DD9A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.83%

R = 47.84%
G = 33.33%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD9A57 (or 0xDD9A57) is known color: Porsche. HEX triplet: DD, 9A and 57. RGB value is (221,154,87). Sum of RGB (Red+Green+Blue) = 221+154+87=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 87 (34.38% from 255 or 18.83% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9A57 is #2265A8. Grayscale: #A6A6A6. Windows color (decimal): -2254249 or 5741277. OLE color: 5741277.

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

Color convert

RGB 221 154 87 -
CMYK 0 0.30 0.61 0.13
HSL 30º 0.66% 0.6% -
HSV(B) 30º 0.61% 0.87% -
XYZ 43.09 39.17 14.31 -
YUV 166.4 83.2 166.95 -
System Red Green Blue C M Y K H S L
Decimal 221 154 87 0 0.30 0.61 0.13 30 0.66 0.6
Hex DD 9A 57 0 1E 3D D 1E 42 3C
Octal 335 232 127 0 36 75 15 36 102 74
Binary 11011101 10011010 1010111 0 11110 111101 1101 11110 1000010 111100

Color Harmonies of #DD9A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A57

Black with #DD9A57

Text Example


Text Example

White with #DD9A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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