Html Css Color HEX #DC9658 Porsche

📋 copy color: '#DC9658'

red 220 ◦ green 150 ◦ blue 88

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

Shades of Porsche #DC9658

Tints of Porsche #DC9658

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.75%

 BLUE value IS 88 (34.77% from 255) = 19.21%

R = 48.03%
G = 32.75%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC9658 (or 0xDC9658) is known color: Porsche. HEX triplet: DC, 96 and 58. RGB value is (220,150,88). Sum of RGB (Red+Green+Blue) = 220+150+88=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 88 (34.77% from 255 or 19.21% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9658 is #2369A7. Grayscale: #A4A4A4. Windows color (decimal): -2320808 or 5805788. OLE color: 5805788.

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

Color convert

RGB 220 150 88 -
CMYK 0 0.32 0.6 0.14
HSL 28.18º 0.65% 0.6% -
HSV(B) 28.18º 0.6% 0.86% -
XYZ 42.18 37.73 14.29 -
YUV 163.86 85.19 168.04 -
System Red Green Blue C M Y K H S L
Decimal 220 150 88 0 0.32 0.6 0.14 28.18 0.65 0.6
Hex DC 96 58 0 20 3C E 1C 41 3C
Octal 334 226 130 0 40 74 16 34 101 74
Binary 11011100 10010110 1011000 0 100000 111100 1110 11100 1000001 111100

Color Harmonies of #DC9658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9658

Black with #DC9658

Text Example


Text Example

White with #DC9658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9658; }

 p { color: rgb(220,150,88); }

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

background-color css

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

 a { background-color: rgb(220,150,88); }

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

border-color css

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

 span { border-color: rgb(220,150,88); }

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