Html Css Color HEX #DB9A61 Porsche

📋 copy color: '#DB9A61'

red 219 ◦ green 154 ◦ blue 97

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

Shades of Porsche #DB9A61

Tints of Porsche #DB9A61

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.77%

 BLUE value IS 97 (38.28% from 255) = 20.64%

R = 46.6%
G = 32.77%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB9A61 (or 0xDB9A61) is known color: Porsche. HEX triplet: DB, 9A and 61. RGB value is (219,154,97). Sum of RGB (Red+Green+Blue) = 219+154+97=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 97 (38.28% from 255 or 20.64% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9A61 is #24659E. Grayscale: #A7A7A7. Windows color (decimal): -2385311 or 6396635. OLE color: 6396635.

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

Color convert

RGB 219 154 97 -
CMYK 0 0.30 0.56 0.14
HSL 28.03º 0.63% 0.62% -
HSV(B) 28.03º 0.56% 0.86% -
XYZ 42.93 39.03 16.58 -
YUV 166.94 88.53 165.13 -
System Red Green Blue C M Y K H S L
Decimal 219 154 97 0 0.30 0.56 0.14 28.03 0.63 0.62
Hex DB 9A 61 0 1E 38 E 1C 3F 3E
Octal 333 232 141 0 36 70 16 34 77 76
Binary 11011011 10011010 1100001 0 11110 111000 1110 11100 111111 111110

Color Harmonies of #DB9A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9A61

Black with #DB9A61

Text Example


Text Example

White with #DB9A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9A61; }

 p { color: rgb(219,154,97); }

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

background-color css

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

 a { background-color: rgb(219,154,97); }

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

border-color css

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

 span { border-color: rgb(219,154,97); }

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