Html Css Color HEX #DC9B65 Porsche

📋 copy color: '#DC9B65'

red 220 ◦ green 155 ◦ blue 101

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

Shades of Porsche #DC9B65

Tints of Porsche #DC9B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.22%

R = 46.22%
G = 32.56%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC9B65 (or 0xDC9B65) is known color: Porsche. HEX triplet: DC, 9B and 65. RGB value is (220,155,101). Sum of RGB (Red+Green+Blue) = 220+155+101=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9B65 is #23649A. Grayscale: #A8A8A8. Windows color (decimal): -2319515 or 6659036. OLE color: 6659036.

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

Color convert

RGB 220 155 101 -
CMYK 0 0.30 0.54 0.14
HSL 27.23º 0.63% 0.63% -
HSV(B) 27.23º 0.54% 0.86% -
XYZ 43.59 39.6 17.66 -
YUV 168.28 90.03 164.89 -
System Red Green Blue C M Y K H S L
Decimal 220 155 101 0 0.30 0.54 0.14 27.23 0.63 0.63
Hex DC 9B 65 0 1E 36 E 1B 3F 3F
Octal 334 233 145 0 36 66 16 33 77 77
Binary 11011100 10011011 1100101 0 11110 110110 1110 11011 111111 111111

Color Harmonies of #DC9B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9B65

Black with #DC9B65

Text Example


Text Example

White with #DC9B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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