Html Css Color HEX #DB9A62 Porsche

📋 copy color: '#DB9A62'

red 219 ◦ green 154 ◦ blue 98

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

Shades of Porsche #DB9A62

Tints of Porsche #DB9A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.81%

R = 46.5%
G = 32.7%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB9A62 (or 0xDB9A62) is known color: Porsche. HEX triplet: DB, 9A and 62. RGB value is (219,154,98). Sum of RGB (Red+Green+Blue) = 219+154+98=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 98 (38.67% from 255 or 20.81% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9A62 is #24659D. Grayscale: #A7A7A7. Windows color (decimal): -2385310 or 6462171. OLE color: 6462171.

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

Color convert

RGB 219 154 98 -
CMYK 0 0.30 0.55 0.14
HSL 27.77º 0.63% 0.62% -
HSV(B) 27.77º 0.55% 0.86% -
XYZ 42.97 39.05 16.83 -
YUV 167.05 89.03 165.05 -
System Red Green Blue C M Y K H S L
Decimal 219 154 98 0 0.30 0.55 0.14 27.77 0.63 0.62
Hex DB 9A 62 0 1E 37 E 1C 3F 3E
Octal 333 232 142 0 36 67 16 34 77 76
Binary 11011011 10011010 1100010 0 11110 110111 1110 11100 111111 111110

Color Harmonies of #DB9A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9A62

Black with #DB9A62

Text Example


Text Example

White with #DB9A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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