Html Css Color HEX #DBA06E Porsche

📋 copy color: '#DBA06E'

red 219 ◦ green 160 ◦ blue 110

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

Shades of Porsche #DBA06E

Tints of Porsche #DBA06E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.72%

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

R = 44.79%
G = 32.72%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DBA06E (or 0xDBA06E) is known color: Porsche. HEX triplet: DB, A0 and 6E. RGB value is (219,160,110). Sum of RGB (Red+Green+Blue) = 219+160+110=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA06E is #245F91. Grayscale: #ACACAC. Windows color (decimal): -2383762 or 7250139. OLE color: 7250139.

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

Color convert

RGB 219 160 110 -
CMYK 0 0.27 0.50 0.14
HSL 27.52º 0.6% 0.65% -
HSV(B) 27.52º 0.5% 0.86% -
XYZ 44.6 41.33 20.38 -
YUV 171.94 93.05 161.57 -
System Red Green Blue C M Y K H S L
Decimal 219 160 110 0 0.27 0.50 0.14 27.52 0.6 0.65
Hex DB A0 6E 0 1B 32 E 1C 3C 41
Octal 333 240 156 0 33 62 16 34 74 101
Binary 11011011 10100000 1101110 0 11011 110010 1110 11100 111100 1000001

Color Harmonies of #DBA06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA06E

Black with #DBA06E

Text Example


Text Example

White with #DBA06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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