Html Css Color HEX #DC9553 Porsche

📋 copy color: '#DC9553'

red 220 ◦ green 149 ◦ blue 83

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

Shades of Porsche #DC9553

Tints of Porsche #DC9553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.36%

R = 48.67%
G = 32.96%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC9553 (or 0xDC9553) is known color: Porsche. HEX triplet: DC, 95 and 53. RGB value is (220,149,83). Sum of RGB (Red+Green+Blue) = 220+149+83=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 83 (32.81% from 255 or 18.36% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9553 is #236AAC. Grayscale: #A3A3A3. Windows color (decimal): -2321069 or 5477852. OLE color: 5477852.

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

Color convert

RGB 220 149 83 -
CMYK 0 0.32 0.62 0.14
HSL 28.91º 0.66% 0.59% -
HSV(B) 28.91º 0.62% 0.86% -
XYZ 41.82 37.34 13.19 -
YUV 162.71 83.02 168.87 -
System Red Green Blue C M Y K H S L
Decimal 220 149 83 0 0.32 0.62 0.14 28.91 0.66 0.59
Hex DC 95 53 0 20 3E E 1D 42 3B
Octal 334 225 123 0 40 76 16 35 102 73
Binary 11011100 10010101 1010011 0 100000 111110 1110 11101 1000010 111011

Color Harmonies of #DC9553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9553

Black with #DC9553

Text Example


Text Example

White with #DC9553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9553; }

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

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

background-color css

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

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

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

border-color css

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

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

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