Html Css Color HEX #DD9650 Porsche

📋 copy color: '#DD9650'

red 221 ◦ green 150 ◦ blue 80

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

Shades of Porsche #DD9650

Tints of Porsche #DD9650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.26%

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

R = 49%
G = 33.26%
B = 17.74%

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

#DD9650 (or 0xDD9650) is known color: Porsche. HEX triplet: DD, 96 and 50. RGB value is (221,150,80). Sum of RGB (Red+Green+Blue) = 221+150+80=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9650 is #2269AF. Grayscale: #A3A3A3. Windows color (decimal): -2255280 or 5281501. OLE color: 5281501.

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

Color convert

RGB 221 150 80 -
CMYK 0 0.32 0.64 0.13
HSL 29.79º 0.67% 0.59% -
HSV(B) 29.79º 0.64% 0.87% -
XYZ 42.17 37.76 12.66 -
YUV 163.25 81.02 169.19 -
System Red Green Blue C M Y K H S L
Decimal 221 150 80 0 0.32 0.64 0.13 29.79 0.67 0.59
Hex DD 96 50 0 20 40 D 1E 43 3B
Octal 335 226 120 0 40 100 15 36 103 73
Binary 11011101 10010110 1010000 0 100000 1000000 1101 11110 1000011 111011

Color Harmonies of #DD9650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9650

Black with #DD9650

Text Example


Text Example

White with #DD9650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9650; }

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

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

background-color css

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

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

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

border-color css

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

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

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