Html Css Color HEX #DBA46E Porsche

📋 copy color: '#DBA46E'

red 219 ◦ green 164 ◦ blue 110

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

Shades of Porsche #DBA46E

Tints of Porsche #DBA46E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.27%

 BLUE value IS 110 (43.36% from 255) = 22.31%

R = 44.42%
G = 33.27%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DBA46E (or 0xDBA46E) is known color: Porsche. HEX triplet: DB, A4 and 6E. RGB value is (219,164,110). Sum of RGB (Red+Green+Blue) = 219+164+110=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA46E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA46E is #245B91. Grayscale: #AEAEAE. Windows color (decimal): -2382738 or 7251163. OLE color: 7251163.

HSL color Cylindrical-coordinate representation of color #DBA46E: hue angle of 29.72º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBA46E is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 164 110 -
CMYK 0 0.25 0.50 0.14
HSL 29.72º 0.6% 0.65% -
HSV(B) 29.72º 0.5% 0.86% -
XYZ 45.3 42.74 20.61 -
YUV 174.29 91.72 159.89 -
System Red Green Blue C M Y K H S L
Decimal 219 164 110 0 0.25 0.50 0.14 29.72 0.6 0.65
Hex DB A4 6E 0 19 32 E 1E 3C 41
Octal 333 244 156 0 31 62 16 36 74 101
Binary 11011011 10100100 1101110 0 11001 110010 1110 11110 111100 1000001

Color Harmonies of #DBA46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA46E

Black with #DBA46E

Text Example


Text Example

White with #DBA46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA46E; }

 p { color: rgb(219,164,110); }

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

background-color css

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

 a { background-color: rgb(219,164,110); }

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

border-color css

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

 span { border-color: rgb(219,164,110); }

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