Html Css Color HEX #DC9551 Porsche

📋 copy color: '#DC9551'

red 220 ◦ green 149 ◦ blue 81

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

Shades of Porsche #DC9551

Tints of Porsche #DC9551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18%

R = 48.89%
G = 33.11%
B = 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

#DC9551 (or 0xDC9551) is known color: Porsche. HEX triplet: DC, 95 and 51. RGB value is (220,149,81). Sum of RGB (Red+Green+Blue) = 220+149+81=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 81 (32.03% from 255 or 18% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9551 is #236AAE. Grayscale: #A2A2A2. Windows color (decimal): -2321071 or 5346780. OLE color: 5346780.

HSL color Cylindrical-coordinate representation of color #DC9551: hue angle of 29.35º degrees, saturation: 0.67, 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 #DC9551 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 149 81 -
CMYK 0 0.32 0.63 0.14
HSL 29.35º 0.67% 0.59% -
HSV(B) 29.35º 0.63% 0.86% -
XYZ 41.75 37.3 12.78 -
YUV 162.48 82.02 169.03 -
System Red Green Blue C M Y K H S L
Decimal 220 149 81 0 0.32 0.63 0.14 29.35 0.67 0.59
Hex DC 95 51 0 20 3F E 1D 43 3B
Octal 334 225 121 0 40 77 16 35 103 73
Binary 11011100 10010101 1010001 0 100000 111111 1110 11101 1000011 111011

Color Harmonies of #DC9551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9551

Black with #DC9551

Text Example


Text Example

White with #DC9551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9551; }

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

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

background-color css

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

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

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

border-color css

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

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

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