Html Css Color HEX #DB9B61 Porsche

📋 copy color: '#DB9B61'

red 219 ◦ green 155 ◦ blue 97

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

Shades of Porsche #DB9B61

Tints of Porsche #DB9B61

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.91%

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

R = 46.5%
G = 32.91%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB9B61 (or 0xDB9B61) is known color: Porsche. HEX triplet: DB, 9B and 61. RGB value is (219,155,97). Sum of RGB (Red+Green+Blue) = 219+155+97=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9B61 is #24649E. Grayscale: #A7A7A7. Windows color (decimal): -2385055 or 6396891. OLE color: 6396891.

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

Color convert

RGB 219 155 97 -
CMYK 0 0.29 0.56 0.14
HSL 28.52º 0.63% 0.62% -
HSV(B) 28.52º 0.56% 0.86% -
XYZ 43.09 39.37 16.64 -
YUV 167.52 88.2 164.72 -
System Red Green Blue C M Y K H S L
Decimal 219 155 97 0 0.29 0.56 0.14 28.52 0.63 0.62
Hex DB 9B 61 0 1D 38 E 1D 3F 3E
Octal 333 233 141 0 35 70 16 35 77 76
Binary 11011011 10011011 1100001 0 11101 111000 1110 11101 111111 111110

Color Harmonies of #DB9B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9B61

Black with #DB9B61

Text Example


Text Example

White with #DB9B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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