Html Css Color HEX #DB9C65 Porsche

📋 copy color: '#DB9C65'

red 219 ◦ green 156 ◦ blue 101

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

Shades of Porsche #DB9C65

Tints of Porsche #DB9C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.22%

R = 46.01%
G = 32.77%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB9C65 (or 0xDB9C65) is known color: Porsche. HEX triplet: DB, 9C and 65. RGB value is (219,156,101). Sum of RGB (Red+Green+Blue) = 219+156+101=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9C65 is #24639A. Grayscale: #A8A8A8. Windows color (decimal): -2384795 or 6659291. OLE color: 6659291.

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

Color convert

RGB 219 156 101 -
CMYK 0 0.29 0.54 0.14
HSL 27.97º 0.62% 0.63% -
HSV(B) 27.97º 0.54% 0.86% -
XYZ 43.45 39.78 17.7 -
YUV 168.57 89.87 163.97 -
System Red Green Blue C M Y K H S L
Decimal 219 156 101 0 0.29 0.54 0.14 27.97 0.62 0.63
Hex DB 9C 65 0 1D 36 E 1C 3E 3F
Octal 333 234 145 0 35 66 16 34 76 77
Binary 11011011 10011100 1100101 0 11101 110110 1110 11100 111110 111111

Color Harmonies of #DB9C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9C65

Black with #DB9C65

Text Example


Text Example

White with #DB9C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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