Html Css Color HEX #DC995F Porsche

📋 copy color: '#DC995F'

red 220 ◦ green 153 ◦ blue 95

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

Shades of Porsche #DC995F

Tints of Porsche #DC995F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.3%

R = 47.01%
G = 32.69%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC995F (or 0xDC995F) is known color: Porsche. HEX triplet: DC, 99 and 5F. RGB value is (220,153,95). Sum of RGB (Red+Green+Blue) = 220+153+95=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 95 (37.5% from 255 or 20.30% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC995F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC995F is #2366A0. Grayscale: #A6A6A6. Windows color (decimal): -2320033 or 6265308. OLE color: 6265308.

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

Color convert

RGB 220 153 95 -
CMYK 0 0.30 0.57 0.14
HSL 27.84º 0.64% 0.62% -
HSV(B) 27.84º 0.57% 0.86% -
XYZ 42.97 38.82 16.06 -
YUV 166.42 87.7 166.22 -
System Red Green Blue C M Y K H S L
Decimal 220 153 95 0 0.30 0.57 0.14 27.84 0.64 0.62
Hex DC 99 5F 0 1E 39 E 1C 40 3E
Octal 334 231 137 0 36 71 16 34 100 76
Binary 11011100 10011001 1011111 0 11110 111001 1110 11100 1000000 111110

Color Harmonies of #DC995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC995F

Black with #DC995F

Text Example


Text Example

White with #DC995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC995F; }

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

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

background-color css

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

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

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

border-color css

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

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

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