Html Css Color HEX #DB9C6B Porsche

📋 copy color: '#DB9C6B'

red 219 ◦ green 156 ◦ blue 107

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

Shades of Porsche #DB9C6B

Tints of Porsche #DB9C6B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.37%

 BLUE value IS 107 (42.19% from 255) = 22.2%

R = 45.44%
G = 32.37%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB9C6B (or 0xDB9C6B) is known color: Porsche. HEX triplet: DB, 9C and 6B. RGB value is (219,156,107). Sum of RGB (Red+Green+Blue) = 219+156+107=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9C6B is #246394. Grayscale: #A9A9A9. Windows color (decimal): -2384789 or 7052507. OLE color: 7052507.

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

Color convert

RGB 219 156 107 -
CMYK 0 0.29 0.51 0.14
HSL 26.25º 0.61% 0.64% -
HSV(B) 26.25º 0.51% 0.86% -
XYZ 43.76 39.9 19.3 -
YUV 169.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 219 156 107 0 0.29 0.51 0.14 26.25 0.61 0.64
Hex DB 9C 6B 0 1D 33 E 1A 3D 40
Octal 333 234 153 0 35 63 16 32 75 100
Binary 11011011 10011100 1101011 0 11101 110011 1110 11010 111101 1000000

Color Harmonies of #DB9C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9C6B

Black with #DB9C6B

Text Example


Text Example

White with #DB9C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9C6B; }

 p { color: rgb(219,156,107); }

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

background-color css

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

 a { background-color: rgb(219,156,107); }

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

border-color css

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

 span { border-color: rgb(219,156,107); }

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