Html Css Color HEX #DD9750 Porsche

📋 copy color: '#DD9750'

red 221 ◦ green 151 ◦ blue 80

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

Shades of Porsche #DD9750

Tints of Porsche #DD9750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.7%

R = 48.89%
G = 33.41%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD9750 (or 0xDD9750) is known color: Porsche. HEX triplet: DD, 97 and 50. RGB value is (221,151,80). Sum of RGB (Red+Green+Blue) = 221+151+80=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9750 is #2268AF. Grayscale: #A4A4A4. Windows color (decimal): -2255024 or 5281757. OLE color: 5281757.

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

Color convert

RGB 221 151 80 -
CMYK 0 0.32 0.64 0.13
HSL 30.21º 0.67% 0.59% -
HSV(B) 30.21º 0.64% 0.87% -
XYZ 42.33 38.08 12.71 -
YUV 163.84 80.69 168.77 -
System Red Green Blue C M Y K H S L
Decimal 221 151 80 0 0.32 0.64 0.13 30.21 0.67 0.59
Hex DD 97 50 0 20 40 D 1E 43 3B
Octal 335 227 120 0 40 100 15 36 103 73
Binary 11011101 10010111 1010000 0 100000 1000000 1101 11110 1000011 111011

Color Harmonies of #DD9750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9750

Black with #DD9750

Text Example


Text Example

White with #DD9750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9750; }

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

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

background-color css

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

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

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

border-color css

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

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

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