Html Css Color HEX #DB9850 Porsche

📋 copy color: '#DB9850'

red 219 ◦ green 152 ◦ blue 80

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

Shades of Porsche #DB9850

Tints of Porsche #DB9850

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.7%

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

R = 48.56%
G = 33.7%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB9850 (or 0xDB9850) is known color: Porsche. HEX triplet: DB, 98 and 50. RGB value is (219,152,80). Sum of RGB (Red+Green+Blue) = 219+152+80=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9850 is #2467AF. Grayscale: #A4A4A4. Windows color (decimal): -2385840 or 5282011. OLE color: 5282011.

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

Color convert

RGB 219 152 80 -
CMYK 0 0.31 0.63 0.14
HSL 31.08º 0.66% 0.59% -
HSV(B) 31.08º 0.63% 0.86% -
XYZ 41.89 38.1 12.73 -
YUV 163.83 80.7 167.35 -
System Red Green Blue C M Y K H S L
Decimal 219 152 80 0 0.31 0.63 0.14 31.08 0.66 0.59
Hex DB 98 50 0 1F 3F E 1F 42 3B
Octal 333 230 120 0 37 77 16 37 102 73
Binary 11011011 10011000 1010000 0 11111 111111 1110 11111 1000010 111011

Color Harmonies of #DB9850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9850

Black with #DB9850

Text Example


Text Example

White with #DB9850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9850; }

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

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

background-color css

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

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

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

border-color css

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

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

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