Html Css Color HEX #DC9B64 Porsche

📋 copy color: '#DC9B64'

red 220 ◦ green 155 ◦ blue 100

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

Shades of Porsche #DC9B64

Tints of Porsche #DC9B64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.05%

R = 46.32%
G = 32.63%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC9B64 (or 0xDC9B64) is known color: Porsche. HEX triplet: DC, 9B and 64. RGB value is (220,155,100). Sum of RGB (Red+Green+Blue) = 220+155+100=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9B64 is #23649B. Grayscale: #A8A8A8. Windows color (decimal): -2319516 or 6593500. OLE color: 6593500.

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

Color convert

RGB 220 155 100 -
CMYK 0 0.30 0.55 0.14
HSL 27.5º 0.63% 0.63% -
HSV(B) 27.5º 0.55% 0.86% -
XYZ 43.54 39.58 17.4 -
YUV 168.17 89.53 164.97 -
System Red Green Blue C M Y K H S L
Decimal 220 155 100 0 0.30 0.55 0.14 27.5 0.63 0.63
Hex DC 9B 64 0 1E 37 E 1C 3F 3F
Octal 334 233 144 0 36 67 16 34 77 77
Binary 11011100 10011011 1100100 0 11110 110111 1110 11100 111111 111111

Color Harmonies of #DC9B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9B64

Black with #DC9B64

Text Example


Text Example

White with #DC9B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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