Html Css Color HEX #DB9A50 Porsche

📋 copy color: '#DB9A50'

red 219 ◦ green 154 ◦ blue 80

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

Shades of Porsche #DB9A50

Tints of Porsche #DB9A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.66%

R = 48.34%
G = 34%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB9A50 (or 0xDB9A50) is known color: Porsche. HEX triplet: DB, 9A and 50. RGB value is (219,154,80). Sum of RGB (Red+Green+Blue) = 219+154+80=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 80 (31.64% from 255 or 17.66% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9A50 is #2465AF. Grayscale: #A5A5A5. Windows color (decimal): -2385328 or 5282523. OLE color: 5282523.

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

Color convert

RGB 219 154 80 -
CMYK 0 0.30 0.63 0.14
HSL 31.94º 0.66% 0.59% -
HSV(B) 31.94º 0.63% 0.86% -
XYZ 42.22 38.75 12.84 -
YUV 165 80.03 166.52 -
System Red Green Blue C M Y K H S L
Decimal 219 154 80 0 0.30 0.63 0.14 31.94 0.66 0.59
Hex DB 9A 50 0 1E 3F E 20 42 3B
Octal 333 232 120 0 36 77 16 40 102 73
Binary 11011011 10011010 1010000 0 11110 111111 1110 100000 1000010 111011

Color Harmonies of #DB9A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9A50

Black with #DB9A50

Text Example


Text Example

White with #DB9A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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