Html Css Color HEX #DC9552 Porsche

📋 copy color: '#DC9552'

red 220 ◦ green 149 ◦ blue 82

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

Shades of Porsche #DC9552

Tints of Porsche #DC9552

RGB

 RED value IS 220 (86.33% from 255) = 48.78%

 GREEN value IS 149 (58.59% from 255) = 33.04%

 BLUE value IS 82 (32.42% from 255) = 18.18%

R = 48.78%
G = 33.04%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC9552 (or 0xDC9552) is known color: Porsche. HEX triplet: DC, 95 and 52. RGB value is (220,149,82). Sum of RGB (Red+Green+Blue) = 220+149+82=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9552 is #236AAD. Grayscale: #A2A2A2. Windows color (decimal): -2321070 or 5412316. OLE color: 5412316.

HSL color Cylindrical-coordinate representation of color #DC9552: hue angle of 29.13º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC9552 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 149 82 -
CMYK 0 0.32 0.63 0.14
HSL 29.13º 0.66% 0.59% -
HSV(B) 29.13º 0.63% 0.86% -
XYZ 41.79 37.32 12.98 -
YUV 162.59 82.52 168.95 -
System Red Green Blue C M Y K H S L
Decimal 220 149 82 0 0.32 0.63 0.14 29.13 0.66 0.59
Hex DC 95 52 0 20 3F E 1D 42 3B
Octal 334 225 122 0 40 77 16 35 102 73
Binary 11011100 10010101 1010010 0 100000 111111 1110 11101 1000010 111011

Color Harmonies of #DC9552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9552

Black with #DC9552

Text Example


Text Example

White with #DC9552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9552; }

 p { color: rgb(220,149,82); }

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

background-color css

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

 a { background-color: rgb(220,149,82); }

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

border-color css

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

 span { border-color: rgb(220,149,82); }

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