Html Css Color HEX #DC9B5A Porsche

📋 copy color: '#DC9B5A'

red 220 ◦ green 155 ◦ blue 90

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

Shades of Porsche #DC9B5A

Tints of Porsche #DC9B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.35%

R = 47.31%
G = 33.33%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC9B5A (or 0xDC9B5A) is known color: Porsche. HEX triplet: DC, 9B and 5A. RGB value is (220,155,90). Sum of RGB (Red+Green+Blue) = 220+155+90=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9B5A is #2364A5. Grayscale: #A7A7A7. Windows color (decimal): -2319526 or 5938140. OLE color: 5938140.

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

Color convert

RGB 220 155 90 -
CMYK 0 0.30 0.59 0.14
HSL 30º 0.65% 0.61% -
HSV(B) 30º 0.59% 0.86% -
XYZ 43.08 39.4 15.01 -
YUV 167.03 84.53 165.79 -
System Red Green Blue C M Y K H S L
Decimal 220 155 90 0 0.30 0.59 0.14 30 0.65 0.61
Hex DC 9B 5A 0 1E 3B E 1E 41 3D
Octal 334 233 132 0 36 73 16 36 101 75
Binary 11011100 10011011 1011010 0 11110 111011 1110 11110 1000001 111101

Color Harmonies of #DC9B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9B5A

Black with #DC9B5A

Text Example


Text Example

White with #DC9B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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