Html Css Color HEX #DC995B Porsche

📋 copy color: '#DC995B'

red 220 ◦ green 153 ◦ blue 91

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

Shades of Porsche #DC995B

Tints of Porsche #DC995B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.61%

R = 47.41%
G = 32.97%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC995B (or 0xDC995B) is known color: Porsche. HEX triplet: DC, 99 and 5B. RGB value is (220,153,91). Sum of RGB (Red+Green+Blue) = 220+153+91=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 91 (35.94% from 255 or 19.61% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC995B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC995B is #2366A4. Grayscale: #A6A6A6. Windows color (decimal): -2320037 or 6003164. OLE color: 6003164.

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

Color convert

RGB 220 153 91 -
CMYK 0 0.30 0.59 0.14
HSL 28.84º 0.65% 0.61% -
HSV(B) 28.84º 0.59% 0.86% -
XYZ 42.79 38.75 15.12 -
YUV 165.97 85.7 166.54 -
System Red Green Blue C M Y K H S L
Decimal 220 153 91 0 0.30 0.59 0.14 28.84 0.65 0.61
Hex DC 99 5B 0 1E 3B E 1D 41 3D
Octal 334 231 133 0 36 73 16 35 101 75
Binary 11011100 10011001 1011011 0 11110 111011 1110 11101 1000001 111101

Color Harmonies of #DC995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC995B

Black with #DC995B

Text Example


Text Example

White with #DC995B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC995B; }

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

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

background-color css

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

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

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

border-color css

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

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

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