Html Css Color HEX #DB965B Porsche

📋 copy color: '#DB965B'

red 219 ◦ green 150 ◦ blue 91

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

Shades of Porsche #DB965B

Tints of Porsche #DB965B

RGB

 RED value IS 219 (85.94% from 255) = 47.61%

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

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

R = 47.61%
G = 32.61%
B = 19.78%

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

#DB965B (or 0xDB965B) is known color: Porsche. HEX triplet: DB, 96 and 5B. RGB value is (219,150,91). Sum of RGB (Red+Green+Blue) = 219+150+91=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB965B is #2469A4. Grayscale: #A4A4A4. Windows color (decimal): -2386341 or 6002395. OLE color: 6002395.

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

Color convert

RGB 219 150 91 -
CMYK 0 0.32 0.58 0.14
HSL 27.66º 0.64% 0.61% -
HSV(B) 27.66º 0.58% 0.86% -
XYZ 42.01 37.63 14.95 -
YUV 163.91 86.86 167.3 -
System Red Green Blue C M Y K H S L
Decimal 219 150 91 0 0.32 0.58 0.14 27.66 0.64 0.61
Hex DB 96 5B 0 20 3A E 1C 40 3D
Octal 333 226 133 0 40 72 16 34 100 75
Binary 11011011 10010110 1011011 0 100000 111010 1110 11100 1000000 111101

Color Harmonies of #DB965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB965B

Black with #DB965B

Text Example


Text Example

White with #DB965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB965B; }

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

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

background-color css

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

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

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

border-color css

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

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

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