Html Css Color HEX #DB9961 Porsche

📋 copy color: '#DB9961'

red 219 ◦ green 153 ◦ blue 97

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

Shades of Porsche #DB9961

Tints of Porsche #DB9961

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.62%

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

R = 46.7%
G = 32.62%
B = 20.68%

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

#DB9961 (or 0xDB9961) is known color: Porsche. HEX triplet: DB, 99 and 61. RGB value is (219,153,97). Sum of RGB (Red+Green+Blue) = 219+153+97=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9961 is #24669E. Grayscale: #A6A6A6. Windows color (decimal): -2385567 or 6396379. OLE color: 6396379.

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

Color convert

RGB 219 153 97 -
CMYK 0 0.30 0.56 0.14
HSL 27.54º 0.63% 0.62% -
HSV(B) 27.54º 0.56% 0.86% -
XYZ 42.76 38.71 16.53 -
YUV 166.35 88.87 165.55 -
System Red Green Blue C M Y K H S L
Decimal 219 153 97 0 0.30 0.56 0.14 27.54 0.63 0.62
Hex DB 99 61 0 1E 38 E 1C 3F 3E
Octal 333 231 141 0 36 70 16 34 77 76
Binary 11011011 10011001 1100001 0 11110 111000 1110 11100 111111 111110

Color Harmonies of #DB9961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9961

Black with #DB9961

Text Example


Text Example

White with #DB9961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9961; }

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

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

background-color css

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

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

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

border-color css

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

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

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