Html Css Color HEX #DC9B5C Porsche

📋 copy color: '#DC9B5C'

red 220 ◦ green 155 ◦ blue 92

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

Shades of Porsche #DC9B5C

Tints of Porsche #DC9B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.7%

R = 47.11%
G = 33.19%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC9B5C (or 0xDC9B5C) is known color: Porsche. HEX triplet: DC, 9B and 5C. RGB value is (220,155,92). Sum of RGB (Red+Green+Blue) = 220+155+92=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9B5C is #2364A3. Grayscale: #A7A7A7. Windows color (decimal): -2319524 or 6069212. OLE color: 6069212.

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

Color convert

RGB 220 155 92 -
CMYK 0 0.30 0.58 0.14
HSL 29.53º 0.65% 0.61% -
HSV(B) 29.53º 0.58% 0.86% -
XYZ 43.17 39.43 15.46 -
YUV 167.25 85.53 165.62 -
System Red Green Blue C M Y K H S L
Decimal 220 155 92 0 0.30 0.58 0.14 29.53 0.65 0.61
Hex DC 9B 5C 0 1E 3A E 1E 41 3D
Octal 334 233 134 0 36 72 16 36 101 75
Binary 11011100 10011011 1011100 0 11110 111010 1110 11110 1000001 111101

Color Harmonies of #DC9B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9B5C

Black with #DC9B5C

Text Example


Text Example

White with #DC9B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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