Html Css Color HEX #DC965D Porsche

📋 copy color: '#DC965D'

red 220 ◦ green 150 ◦ blue 93

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

Shades of Porsche #DC965D

Tints of Porsche #DC965D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.09%

R = 47.52%
G = 32.4%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC965D (or 0xDC965D) is known color: Porsche. HEX triplet: DC, 96 and 5D. RGB value is (220,150,93). Sum of RGB (Red+Green+Blue) = 220+150+93=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC965D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC965D is #2369A2. Grayscale: #A4A4A4. Windows color (decimal): -2320803 or 6133468. OLE color: 6133468.

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

Color convert

RGB 220 150 93 -
CMYK 0 0.32 0.58 0.14
HSL 26.93º 0.64% 0.61% -
HSV(B) 26.93º 0.58% 0.86% -
XYZ 42.4 37.82 15.42 -
YUV 164.43 87.69 167.63 -
System Red Green Blue C M Y K H S L
Decimal 220 150 93 0 0.32 0.58 0.14 26.93 0.64 0.61
Hex DC 96 5D 0 20 3A E 1B 40 3D
Octal 334 226 135 0 40 72 16 33 100 75
Binary 11011100 10010110 1011101 0 100000 111010 1110 11011 1000000 111101

Color Harmonies of #DC965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC965D

Black with #DC965D

Text Example


Text Example

White with #DC965D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC965D; }

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

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

background-color css

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

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

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

border-color css

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

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

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