Html Css Color HEX #DC995C Porsche

📋 copy color: '#DC995C'

red 220 ◦ green 153 ◦ blue 92

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

Shades of Porsche #DC995C

Tints of Porsche #DC995C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.9%

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

R = 47.31%
G = 32.9%
B = 19.78%

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

#DC995C (or 0xDC995C) is known color: Porsche. HEX triplet: DC, 99 and 5C. RGB value is (220,153,92). Sum of RGB (Red+Green+Blue) = 220+153+92=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC995C is #2366A3. Grayscale: #A6A6A6. Windows color (decimal): -2320036 or 6068700. OLE color: 6068700.

HSL color Cylindrical-coordinate representation of color #DC995C: hue angle of 28.59º 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 #DC995C is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 153 92 -
CMYK 0 0.30 0.58 0.14
HSL 28.59º 0.65% 0.61% -
HSV(B) 28.59º 0.58% 0.86% -
XYZ 42.84 38.77 15.35 -
YUV 166.08 86.2 166.46 -
System Red Green Blue C M Y K H S L
Decimal 220 153 92 0 0.30 0.58 0.14 28.59 0.65 0.61
Hex DC 99 5C 0 1E 3A E 1D 41 3D
Octal 334 231 134 0 36 72 16 35 101 75
Binary 11011100 10011001 1011100 0 11110 111010 1110 11101 1000001 111101

Color Harmonies of #DC995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC995C

Black with #DC995C

Text Example


Text Example

White with #DC995C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC995C; }

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

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

background-color css

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

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

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

border-color css

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

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

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