Html Css Color HEX #DB9B5A Porsche

📋 copy color: '#DB9B5A'

red 219 ◦ green 155 ◦ blue 90

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

Shades of Porsche #DB9B5A

Tints of Porsche #DB9B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.4%

R = 47.2%
G = 33.41%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB9B5A (or 0xDB9B5A) is known color: Porsche. HEX triplet: DB, 9B and 5A. RGB value is (219,155,90). Sum of RGB (Red+Green+Blue) = 219+155+90=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 90 (35.55% from 255 or 19.40% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9B5A is #2464A5. Grayscale: #A7A7A7. Windows color (decimal): -2385062 or 5938139. OLE color: 5938139.

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

Color convert

RGB 219 155 90 -
CMYK 0 0.29 0.59 0.14
HSL 30.23º 0.64% 0.61% -
HSV(B) 30.23º 0.59% 0.86% -
XYZ 42.78 39.24 14.99 -
YUV 166.73 84.7 165.29 -
System Red Green Blue C M Y K H S L
Decimal 219 155 90 0 0.29 0.59 0.14 30.23 0.64 0.61
Hex DB 9B 5A 0 1D 3B E 1E 40 3D
Octal 333 233 132 0 35 73 16 36 100 75
Binary 11011011 10011011 1011010 0 11101 111011 1110 11110 1000000 111101

Color Harmonies of #DB9B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9B5A

Black with #DB9B5A

Text Example


Text Example

White with #DB9B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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