Html Css Color HEX #DBA46B Porsche

📋 copy color: '#DBA46B'

red 219 ◦ green 164 ◦ blue 107

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

Shades of Porsche #DBA46B

Tints of Porsche #DBA46B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.84%

R = 44.69%
G = 33.47%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DBA46B (or 0xDBA46B) is known color: Porsche. HEX triplet: DB, A4 and 6B. RGB value is (219,164,107). Sum of RGB (Red+Green+Blue) = 219+164+107=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA46B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA46B is #245B94. Grayscale: #AEAEAE. Windows color (decimal): -2382741 or 7054555. OLE color: 7054555.

HSL color Cylindrical-coordinate representation of color #DBA46B: hue angle of 30.54º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBA46B is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 164 107 -
CMYK 0 0.25 0.51 0.14
HSL 30.54º 0.61% 0.64% -
HSV(B) 30.54º 0.51% 0.86% -
XYZ 45.14 42.67 19.77 -
YUV 173.95 90.22 160.13 -
System Red Green Blue C M Y K H S L
Decimal 219 164 107 0 0.25 0.51 0.14 30.54 0.61 0.64
Hex DB A4 6B 0 19 33 E 1F 3D 40
Octal 333 244 153 0 31 63 16 37 75 100
Binary 11011011 10100100 1101011 0 11001 110011 1110 11111 111101 1000000

Color Harmonies of #DBA46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA46B

Black with #DBA46B

Text Example


Text Example

White with #DBA46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA46B; }

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

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

background-color css

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

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

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

border-color css

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

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

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