Html Css Color HEX #DC9B53 Porsche

📋 copy color: '#DC9B53'

red 220 ◦ green 155 ◦ blue 83

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

Shades of Porsche #DC9B53

Tints of Porsche #DC9B53

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.84%

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

R = 48.03%
G = 33.84%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC9B53 (or 0xDC9B53) is known color: Porsche. HEX triplet: DC, 9B and 53. RGB value is (220,155,83). Sum of RGB (Red+Green+Blue) = 220+155+83=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 83 (32.81% from 255 or 18.12% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9B53 is #2364AC. Grayscale: #A6A6A6. Windows color (decimal): -2319533 or 5479388. OLE color: 5479388.

HSL color Cylindrical-coordinate representation of color #DC9B53: hue angle of 31.53º 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 #DC9B53 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 155 83 -
CMYK 0 0.30 0.62 0.14
HSL 31.53º 0.66% 0.59% -
HSV(B) 31.53º 0.62% 0.86% -
XYZ 42.8 39.28 13.51 -
YUV 166.23 81.03 166.35 -
System Red Green Blue C M Y K H S L
Decimal 220 155 83 0 0.30 0.62 0.14 31.53 0.66 0.59
Hex DC 9B 53 0 1E 3E E 20 42 3B
Octal 334 233 123 0 36 76 16 40 102 73
Binary 11011100 10011011 1010011 0 11110 111110 1110 100000 1000010 111011

Color Harmonies of #DC9B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9B53

Black with #DC9B53

Text Example


Text Example

White with #DC9B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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