Html Css Color HEX #DD9753 Porsche

📋 copy color: '#DD9753'

red 221 ◦ green 151 ◦ blue 83

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

Shades of Porsche #DD9753

Tints of Porsche #DD9753

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.19%

 BLUE value IS 83 (32.81% from 255) = 18.24%

R = 48.57%
G = 33.19%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD9753 (or 0xDD9753) is known color: Porsche. HEX triplet: DD, 97 and 53. RGB value is (221,151,83). Sum of RGB (Red+Green+Blue) = 221+151+83=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 83 (32.81% from 255 or 18.24% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9753 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9753 is #2268AC. Grayscale: #A4A4A4. Windows color (decimal): -2255021 or 5478365. OLE color: 5478365.

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

Color convert

RGB 221 151 83 -
CMYK 0 0.32 0.62 0.13
HSL 29.57º 0.67% 0.6% -
HSV(B) 29.57º 0.62% 0.87% -
XYZ 42.45 38.13 13.31 -
YUV 164.18 82.19 168.53 -
System Red Green Blue C M Y K H S L
Decimal 221 151 83 0 0.32 0.62 0.13 29.57 0.67 0.6
Hex DD 97 53 0 20 3E D 1E 43 3C
Octal 335 227 123 0 40 76 15 36 103 74
Binary 11011101 10010111 1010011 0 100000 111110 1101 11110 1000011 111100

Color Harmonies of #DD9753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9753

Black with #DD9753

Text Example


Text Example

White with #DD9753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9753; }

 p { color: rgb(221,151,83); }

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

background-color css

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

 a { background-color: rgb(221,151,83); }

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

border-color css

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

 span { border-color: rgb(221,151,83); }

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