Html Css Color HEX #DD9450 Porsche

📋 copy color: '#DD9450'

red 221 ◦ green 148 ◦ blue 80

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

Shades of Porsche #DD9450

Tints of Porsche #DD9450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.96%

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

R = 49.22%
G = 32.96%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD9450 (or 0xDD9450) is known color: Porsche. HEX triplet: DD, 94 and 50. RGB value is (221,148,80). Sum of RGB (Red+Green+Blue) = 221+148+80=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9450 is #226BAF. Grayscale: #A2A2A2. Windows color (decimal): -2255792 or 5280989. OLE color: 5280989.

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

Color convert

RGB 221 148 80 -
CMYK 0 0.33 0.64 0.13
HSL 28.94º 0.67% 0.59% -
HSV(B) 28.94º 0.64% 0.87% -
XYZ 41.86 37.13 12.55 -
YUV 162.08 81.68 170.03 -
System Red Green Blue C M Y K H S L
Decimal 221 148 80 0 0.33 0.64 0.13 28.94 0.67 0.59
Hex DD 94 50 0 21 40 D 1D 43 3B
Octal 335 224 120 0 41 100 15 35 103 73
Binary 11011101 10010100 1010000 0 100001 1000000 1101 11101 1000011 111011

Color Harmonies of #DD9450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9450

Black with #DD9450

Text Example


Text Example

White with #DD9450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9450; }

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

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

background-color css

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

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

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

border-color css

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

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

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