Html Css Color HEX #DC965B Porsche

📋 copy color: '#DC965B'

red 220 ◦ green 150 ◦ blue 91

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

Shades of Porsche #DC965B

Tints of Porsche #DC965B

RGB

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

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

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

R = 47.72%
G = 32.54%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC965B (or 0xDC965B) is known color: Porsche. HEX triplet: DC, 96 and 5B. RGB value is (220,150,91). Sum of RGB (Red+Green+Blue) = 220+150+91=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC965B is #2369A4. Grayscale: #A4A4A4. Windows color (decimal): -2320805 or 6002396. OLE color: 6002396.

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

Color convert

RGB 220 150 91 -
CMYK 0 0.32 0.59 0.14
HSL 27.44º 0.65% 0.61% -
HSV(B) 27.44º 0.59% 0.86% -
XYZ 42.31 37.78 14.96 -
YUV 164.2 86.69 167.8 -
System Red Green Blue C M Y K H S L
Decimal 220 150 91 0 0.32 0.59 0.14 27.44 0.65 0.61
Hex DC 96 5B 0 20 3B E 1B 41 3D
Octal 334 226 133 0 40 73 16 33 101 75
Binary 11011100 10010110 1011011 0 100000 111011 1110 11011 1000001 111101

Color Harmonies of #DC965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC965B

Black with #DC965B

Text Example


Text Example

White with #DC965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC965B; }

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

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

background-color css

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

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

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

border-color css

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

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

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