Html Css Color HEX #DB9C68 Porsche

📋 copy color: '#DB9C68'

red 219 ◦ green 156 ◦ blue 104

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

Shades of Porsche #DB9C68

Tints of Porsche #DB9C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.71%

R = 45.72%
G = 32.57%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB9C68 (or 0xDB9C68) is known color: Porsche. HEX triplet: DB, 9C and 68. RGB value is (219,156,104). Sum of RGB (Red+Green+Blue) = 219+156+104=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9C68 is #246397. Grayscale: #A9A9A9. Windows color (decimal): -2384792 or 6855899. OLE color: 6855899.

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

Color convert

RGB 219 156 104 -
CMYK 0 0.29 0.53 0.14
HSL 27.13º 0.61% 0.63% -
HSV(B) 27.13º 0.53% 0.86% -
XYZ 43.6 39.84 18.49 -
YUV 168.91 91.37 163.73 -
System Red Green Blue C M Y K H S L
Decimal 219 156 104 0 0.29 0.53 0.14 27.13 0.61 0.63
Hex DB 9C 68 0 1D 35 E 1B 3D 3F
Octal 333 234 150 0 35 65 16 33 75 77
Binary 11011011 10011100 1101000 0 11101 110101 1110 11011 111101 111111

Color Harmonies of #DB9C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9C68

Black with #DB9C68

Text Example


Text Example

White with #DB9C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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