Html Css Color HEX #DC965E Porsche

📋 copy color: '#DC965E'

red 220 ◦ green 150 ◦ blue 94

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

Shades of Porsche #DC965E

Tints of Porsche #DC965E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.26%

R = 47.41%
G = 32.33%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC965E (or 0xDC965E) is known color: Porsche. HEX triplet: DC, 96 and 5E. RGB value is (220,150,94). Sum of RGB (Red+Green+Blue) = 220+150+94=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC965E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC965E is #2369A1. Grayscale: #A4A4A4. Windows color (decimal): -2320802 or 6199004. OLE color: 6199004.

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

Color convert

RGB 220 150 94 -
CMYK 0 0.32 0.57 0.14
HSL 26.67º 0.64% 0.62% -
HSV(B) 26.67º 0.57% 0.86% -
XYZ 42.44 37.84 15.66 -
YUV 164.55 88.19 167.55 -
System Red Green Blue C M Y K H S L
Decimal 220 150 94 0 0.32 0.57 0.14 26.67 0.64 0.62
Hex DC 96 5E 0 20 39 E 1B 40 3E
Octal 334 226 136 0 40 71 16 33 100 76
Binary 11011100 10010110 1011110 0 100000 111001 1110 11011 1000000 111110

Color Harmonies of #DC965E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC965E

Black with #DC965E

Text Example


Text Example

White with #DC965E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC965E; }

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

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

background-color css

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

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

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

border-color css

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

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

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